Skip to content

Commit 59ecb81

Browse files
committed
Fixed tests
1 parent 31c1f9c commit 59ecb81

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)