Skip to content

Commit

Permalink
Update DefaultControllerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nardberjean committed Dec 3, 2017
1 parent f2eca11 commit d3a5028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FrameworkTwig/DefaultControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function testVersion()

public function testIndex()
{
$this->markTestIncomplete(); // Test does not work any more with Symfony 3.4
if ('3.4.0' >= Symfony\Component\HttpKernel\Kernel::VERSION) $this->markTestIncomplete(); // Test does not work any more with Symfony 3.4

$client = static::createClient();

Expand Down

0 comments on commit d3a5028

Please sign in to comment.