diff --git a/Cake/Test/TestCase/ORM/Association/BelongsToManyTest.php b/Cake/Test/TestCase/ORM/Association/BelongsToManyTest.php index 73ab8d6b622..30798c081b7 100644 --- a/Cake/Test/TestCase/ORM/Association/BelongsToManyTest.php +++ b/Cake/Test/TestCase/ORM/Association/BelongsToManyTest.php @@ -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() {