public static function CommandTest::setUpBeforeClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Tests/Command/CommandTest.php \Symfony\Component\Console\Tests\Command\CommandTest::setUpBeforeClass()
File
- vendor/
symfony/ console/ Tests/ Command/ CommandTest.php, line 30
Class
Namespace
Symfony\Component\Console\Tests\CommandCode
public static function setUpBeforeClass() {
self::$fixturesPath = __DIR__ . '/../Fixtures/';
require_once self::$fixturesPath . '/TestCommand.php';
}