You are here

public static function CommandTest::setUpBeforeClass in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

CommandTest

Namespace

Symfony\Component\Console\Tests\Command

Code

public static function setUpBeforeClass() {
  self::$fixturesPath = __DIR__ . '/../Fixtures/';
  require_once self::$fixturesPath . '/TestCommand.php';
}