PhpCsFixer\Test\AbstractIntegrationTestCase::getFixturesDir PHP Method

getFixturesDir() protected static method

Returns the full path to directory which contains the tests.
protected static getFixturesDir ( ) : string
return string
    protected static function getFixturesDir()
    {
        throw new \BadMethodCallException('Method "getFixturesDir" must be overridden by the extending class.');
    }