Skip to content

Commit

Permalink
Fixing the rest of the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 9, 2013
1 parent d5ef14f commit 33bda16
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 143 deletions.
2 changes: 1 addition & 1 deletion Cake/Test/TestCase/ORM/AssociationTest.php
Expand Up @@ -167,7 +167,7 @@ public function testJoinType() {
* @return void
*/
public function testProperty() {
$this->assertEquals('Foo', $this->association->property());
$this->assertEquals('foo', $this->association->property());
$this->association->property('thing');
$this->assertEquals('thing', $this->association->property());
}
Expand Down

0 comments on commit 33bda16

Please sign in to comment.