Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing failing test
  • Loading branch information
lorenzo committed Jan 1, 2015
1 parent 73fcf31 commit 75b4748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Datasource/ModelAwareTraitTest.php
Expand Up @@ -96,7 +96,7 @@ public function testModelFactory()
* test MissingModelException being thrown
*
* @return void
* @expectedException \Cake\Model\Exception\MissingModelException
* @expectedException \Cake\Datasource\Exception\MissingModelException
* @expectedExceptionMessage Model class "Magic" of type "Test" could not be found.
*/
public function testMissingModelException()
Expand Down

0 comments on commit 75b4748

Please sign in to comment.