Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 14, 2013
1 parent 679f433 commit 8dce1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/Test/TestCase/ORM/Association/BelongsToManyTest.php
Expand Up @@ -643,7 +643,7 @@ public function testCascadeDeleteWithCallbacks() {
* Test liking entities having a non persited source entity
*
* @expectedException \InvalidArgumentException
* @expectedExceptionMessage Source entity needs to be persisted before linking
* @expectedExceptionMessage Source entity needs to be persisted before proceeding
* @return void
*/
public function testLinkWithNotPersistedSource() {
Expand Down

0 comments on commit 8dce1e2

Please sign in to comment.