8000 [Debug] fix test assertion · symfony/symfony@75a26bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 75a26bb

Browse files
committed
[Debug] fix test assertion
1 parent 7ab8efb commit 75a26bb

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)
0