Skip to content

Commit

Permalink
Merge pull request #659 from staabm/separate_test
Browse files Browse the repository at this point in the history
removed duplicated assertion, refs #653
  • Loading branch information
willdurand committed Apr 15, 2013
2 parents 54362ae + 61f9368 commit 1655407
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/testsuite/runtime/query/ModelCriteriaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2583,13 +2583,6 @@ public function testClear()
$c1->clear();
$this->assertEquals($c1, $c2);

$c1 = BookQuery::create();
$c2 = BookQuery::create();

$c1->clear();
$c2->clear();
$this->assertEquals($c1, $c2);

// alias is one of initialization parameters and as such should be preserved
// no matter how criteria object was created
$c1 = BookQuery::create('alias1');
Expand Down

0 comments on commit 1655407

Please sign in to comment.