getFixturesDirectory() 공개 메소드

Returns fixtures directory
public getFixturesDirectory ( ) : string
리턴 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
파일: FilterTest.php 프로젝트: mheydt/scalr
 /**
  * {@inheritdoc}
  * @see \Scalr\Tests\TestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/DataType/Iterator';
 }