Skip to content

Commit 0bd8b0d

Browse files
authored
Merge pull request #1109 from XWB/fixtest
Fixed tests
2 parents 31c1f9c + 59ecb81 commit 0bd8b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Doctrine/AbstractElasticaToModelTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testAnExceptionIsThrownWhenTheNumberOfFoundObjectsIsLessThanTheN
115115

116116
$this->setExpectedException(
117117
'\RuntimeException',
118-
'Cannot find corresponding Doctrine objects for all Elastica results.'
118+
'Cannot find corresponding Doctrine objects (0) for all Elastica results (3). IDs: 1, 2, 3'
119119
);
120120

121121
$transformer->transform($elasticaResults);

0 commit comments

Comments
 (0)