Skip to content

Commit

Permalink
removing model tests that will updated in next version
Browse files Browse the repository at this point in the history
  • Loading branch information
gwoo committed Nov 17, 2009
1 parent c180a9d commit 689b563
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libraries/lithium/tests/cases/data/ModelTest.php
Expand Up @@ -174,7 +174,10 @@ public function testKeyGeneration() {
));
$this->assertEqual(array('post_id' => 2, 'tag_id' => 5), $result);
}


/*
* @todo create proper mock objects for the following test
*
public function testFindAll() {
$tags = MockTag::find('all', array('conditions' => array('id' => 2)));
Expand Down Expand Up @@ -206,9 +209,8 @@ public function testFindFirst() {
$tag2 = MockTag::find(3);
$this->assertNull($tag2);

}

*/
}

?>

0 comments on commit 689b563

Please sign in to comment.