From 646e1bb7e186647ae58a07caef8fa10baa5a9948 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Thu, 16 Jan 2014 00:28:15 +0100 Subject: [PATCH] No need to skip these tests anymore --- Test/TestCase/ORM/TableTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Test/TestCase/ORM/TableTest.php b/Test/TestCase/ORM/TableTest.php index 0ae4736fdac..2d2074f782b 100644 --- a/Test/TestCase/ORM/TableTest.php +++ b/Test/TestCase/ORM/TableTest.php @@ -585,7 +585,6 @@ public function testFindApplyOptions() { * @return void */ public function testFindListNoHydration() { - $this->markTestIncomplete(); $table = new Table([ 'table' => 'users', 'connection' => $this->connection, @@ -759,7 +758,6 @@ public function testFindThreadedHydrated() { * @return void */ public function testFindListHydrated() { - $this->markTestIncomplete(); $table = new Table([ 'table' => 'users', 'connection' => $this->connection,