From 8dce1e2b3d1814e1d0a529e183f77975f02d29c1 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sat, 14 Dec 2013 17:27:35 +0100 Subject: [PATCH] Fixed unit test --- Cake/Test/TestCase/ORM/Association/BelongsToManyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {