Symfony\Installer\Tests\IntegrationTest::testSymfonyRequiresNewerPhpVersion PHP Метод

testSymfonyRequiresNewerPhpVersion() публичный Метод

    public function testSymfonyRequiresNewerPhpVersion()
    {
        if (PHP_VERSION_ID >= 50500) {
            $this->markTestSkipped('This test requires PHP 5.4 or lower.');
        }
        $this->runCommand(sprintf('php %s/symfony.phar new my_test_project 3.0.0', $this->rootDir));
    }