public static function setUpBeforeClass() { self::$fixturesPath = realpath(__DIR__ . '/Fixtures/'); require_once self::$fixturesPath . '/FooCommand.php'; require_once self::$fixturesPath . '/Foo1Command.php'; require_once self::$fixturesPath . '/Foo2Command.php'; require_once self::$fixturesPath . '/Foo3Command.php'; }
public static function setUpBeforeClass() { self::$fixturesPath = realpath(__DIR__ . '/Fixtures/'); require_once self::$fixturesPath . '/FooCommand.php'; require_once self::$fixturesPath . '/Foo1Command.php'; require_once self::$fixturesPath . '/Foo2Command.php'; require_once self::$fixturesPath . '/Foo3Command.php'; require_once self::$fixturesPath . '/Foo4Command.php'; require_once self::$fixturesPath . '/Foo5Command.php'; require_once self::$fixturesPath . '/FoobarCommand.php'; require_once self::$fixturesPath . '/BarBucCommand.php'; require_once self::$fixturesPath . '/FooSubnamespaced1Command.php'; require_once self::$fixturesPath . '/FooSubnamespaced2Command.php'; }