Scalr\Tests\TestCase::getFixturesDirectory PHP Method

getFixturesDirectory() public method

Returns fixtures directory
public getFixturesDirectory ( ) : string
return string Returns fixtures directory without trailing slash
    public function getFixturesDirectory()
    {
        return __DIR__ . '/Fixtures';
    }

Usage Example

Esempio n. 1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests.TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Service/Aws';
 }
All Usage Examples Of Scalr\Tests\TestCase::getFixturesDirectory