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