Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit e67e155

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: [BrowserKit] Bump dom-crawler minimum version requirement Make one call to "OutputInterface::write" method per table row [HttpKernel] Fix context dependent test [Debug] Fix context dependent test
2 parents d8e542d + c7d6d8a commit e67e155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ErrorHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public function testHandleErrorException()
463463
$handler->handleException($exception);
464464

465465
$this->assertInstanceOf('Symfony\Component\Debug\Exception\ClassNotFoundException', $args[0]);
466-
$this->assertSame("Attempted to load class \"Foo\" from the global namespace.\nDid you forget a \"use\" statement?", $args[0]->getMessage());
466+
$this->assertStringStartsWith("Attempted to load class \"Foo\" from the global namespace.\nDid you forget a \"use\" statement", $args[0]->getMessage());
467467
}
468468

469469
public function testHandleFatalErrorOnHHVM()

0 commit comments

Comments
 (0)