From 20c6bfd360b3db9e9bc53e5ae37afe1a22dccca3 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 23 Oct 2014 07:01:59 +0200 Subject: [PATCH] Aligning expected exception test to typo fix in doctrine/doctrine2@b7d104d2a2b80480ad158243a7fef7b8f4c597c9, which was breaking the build --- tests/Doctrine/Tests/ORM/Tools/SchemaValidatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Tools/SchemaValidatorTest.php b/tests/Doctrine/Tests/ORM/Tools/SchemaValidatorTest.php index 2c20b85b1..57305818b 100644 --- a/tests/Doctrine/Tests/ORM/Tools/SchemaValidatorTest.php +++ b/tests/Doctrine/Tests/ORM/Tools/SchemaValidatorTest.php @@ -180,7 +180,7 @@ class SchemaValidatorTest extends \Doctrine\Tests\OrmTestCase $this->assertEquals( array( - "The association Doctrine\Tests\ORM\Tools\DDC3322Two#invalidAssoc is ordered by an field oneToMany " . + "The association Doctrine\Tests\ORM\Tools\DDC3322Two#invalidAssoc is ordered by a field oneToMany " . "on Doctrine\Tests\ORM\Tools\DDC3322ValidEntity1 that is a collection-valued association." ), $ce