8000 [Console] Require PHP 7 for ApplicationTest · symfony/symfony@c131a47 · GitHub
[go: up one dir, main page]

Skip to content

Commit c131a47

Browse files
committed
[Console] Require PHP 7 for ApplicationTest
1 parent 420f089 commit c131a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Console/Tests/ApplicationTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
use Symfony\Component\Console\Exception\CommandNotFoundException;
3434
use Symfony\Component\EventDispatcher\EventDispatcher;
3535

36+
/**
37+
* @requires PHP 7
38+
*/
3639
class ApplicationTest extends TestCase
3740
{
3841
protected static $fixturesPath;

0 commit comments

Comments
 (0)
0