Navigation Menu

Skip to content

Commit

Permalink
No need to skip these tests anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 15, 2014
1 parent ed5486a commit 646e1bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Test/TestCase/ORM/TableTest.php
Expand Up @@ -585,7 +585,6 @@ public function testFindApplyOptions() {
* @return void
*/
public function testFindListNoHydration() {
$this->markTestIncomplete();
$table = new Table([
'table' => 'users',
'connection' => $this->connection,
Expand Down Expand Up @@ -759,7 +758,6 @@ public function testFindThreadedHydrated() {
* @return void
*/
public function testFindListHydrated() {
$this->markTestIncomplete();
$table = new Table([
'table' => 'users',
'connection' => $this->connection,
Expand Down

0 comments on commit 646e1bb

Please sign in to comment.