Skip to content

Commit f2eca11

Browse files
authored
Update DefaultControllerTest.php
1 parent c46d9ea commit f2eca11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FrameworkTwig/DefaultControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DefaultControllerTest extends WebTestCase
1616
public function testVersion()
1717
{
1818
$this->assertSame(
19-
'2.4.0',
19+
'3.4.0',
2020
Symfony\Component\HttpKernel\Kernel::VERSION
2121
);
2222
}

0 commit comments

Comments
 (0)