Skip to content

Commit 61243e5

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix typo remove the WriteConfig class DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group do not install FrameworkBundle 6.4 [Tests] Add `array` return type for provider methods [Tests] Move expectException closer to the place of the expectation to avoid false positives
2 parents 68f3b26 + 33438c0 commit 61243e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Extension/HttpKernelExtensionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ class HttpKernelExtensionTest extends TestCase
3030
{
3131
public function testFragmentWithError()
3232
{
33-
$this->expectException(\Twig\Error\RuntimeError::class);
3433
$renderer = $this->getFragmentHandler($this->throwException(new \Exception('foo')));
3534

35+
$this->expectException(\Twig\Error\RuntimeError::class);
36+
3637
$this->renderTemplate($renderer);
3738
}
3839

0 commit comments

Comments
 (0)