Ejemplo n.º 1
0
 public static function setUpBeforeClass()
 {
     self::$fixturesPath = realpath(__DIR__ . '/../../../../fixtures/Symfony/Components/Console/');
     require_once self::$fixturesPath . '/FooCommand.php';
     require_once self::$fixturesPath . '/Foo1Command.php';
     require_once self::$fixturesPath . '/Foo2Command.php';
 }
Ejemplo n.º 2
0
 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';
 }