mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
code cleanup
This commit is contained in:
@@ -306,9 +306,6 @@ class EnvironmentTest extends TestCase
|
||||
|
||||
public function testOverrideExtension()
|
||||
{
|
||||
$this->expectException(\LogicException::class);
|
||||
$this->expectExceptionMessage('Unable to register extension "Twig\\Tests\\EnvironmentTest_Extension" as it is already registered.');
|
||||
|
||||
$this->expectException(\LogicException::class);
|
||||
$this->expectExceptionMessage('Unable to register extension "Twig\Tests\EnvironmentTest_Extension" as it is already registered.');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user