mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-01 13:07:22 +00:00
Use dir constant for fixtures
This commit is contained in:
committed by
Fabien Potencier
parent
8b6100d63c
commit
ea7c66447d
+1
-1
@@ -943,7 +943,7 @@ The ``IntegrationTest.php`` file should look like this::
|
||||
|
||||
public function getFixturesDir()
|
||||
{
|
||||
return dirname(__FILE__).'/Fixtures/';
|
||||
return __DIR__.'/Fixtures/';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user