コード例 #1
0
ファイル: ApplicationTest.php プロジェクト: robo47/symfony
 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';
 }
コード例 #2
0
ファイル: ApplicationTest.php プロジェクト: bill97420/symfony
 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';
 }