Skip to content

Commit eefded7

Browse files
committed
minor symfony#24167 [Debug] fix test assertion (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [Debug] fix test assertion | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Fixes tests for symfony#23816 after the changes made in symfony#24149. Commits ------- 75a26bb [Debug] fix test assertion
2 parents 7ab8efb + 75a26bb commit eefded7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class_exists('Test\\'.__NAMESPACE__.'\\'.$class, true);
204204

205205
$xError = array(
206206
'type' => E_USER_DEPRECATED,
207-
'message' => 'The "Test\Symfony\Component\Debug\Tests\\'.$class.'" class '.$type.' "Symfony\Component\Debug\Tests\Fixtures\\'.$super.'" that is deprecated but this is a test deprecation notice',
207+
'message' => 'The "Test\Symfony\Component\Debug\Tests\\'.$class.'" class '.$type.' "Symfony\Component\Debug\Tests\Fixtures\\'.$super.'" that is deprecated but this is a test deprecation notice.',
208208
);
209209

210210
$this->assertSame($xError, $lastError);

0 commit comments

Comments
 (0)