コード例 #1
0
ファイル: CommandTest.php プロジェクト: bill97420/symfony
 public static function setUpBeforeClass()
 {
     self::$fixturesPath = __DIR__ . '/../Fixtures/';
     require_once self::$fixturesPath . '/TestCommand.php';
 }
コード例 #2
0
ファイル: CommandTest.php プロジェクト: robo47/symfony
 public static function setUpBeforeClass()
 {
     self::$fixturesPath = __DIR__ . '/../../../../../fixtures/Symfony/Components/Console/';
     require_once self::$fixturesPath . '/TestCommand.php';
 }