getFixturesDirectory() public method

Returns fixtures directory
public getFixturesDirectory ( ) : string
return string Returns fixtures directory without trailing slash
Beispiel #1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests.TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Service/Aws';
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests.TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/System/Config';
 }
Beispiel #3
0
 /**
  * {@inheritdoc}
  * @see \Scalr\Tests\TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Model/Entity';
 }
Beispiel #4
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests.TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Service/OpenStack';
 }
Beispiel #5
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests.TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Util';
 }
Beispiel #6
0
 /**
  * {@inheritdoc}
  * @see \Scalr\Tests\TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/DataType/Iterator';
 }