getFixturesDirectory() public method

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