Browse Source

Nope, we're not there yet

Jose Lorenzo Rodriguez 12 years ago
parent
commit
57d5202c23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Database/ConnectionTest.php

+ 1 - 1
tests/TestCase/Database/ConnectionTest.php

@@ -236,7 +236,7 @@ class ConnectionTest extends TestCase {
  *
  * @return void
  **/
-	public function testInsertWithPositionalTypes() {
+	public function _testInsertWithPositionalTypes() {
 		$data = ['id' => '3', 'title' => 'a title', 'body' => 'a body'];
 		$result = $this->connection->insert(
 			'things',