For more details and usage information on ArrayFixture, see the guide article on fixtures.
부터: 2.0
저자: Mark Jebri (mark.github@yandex.ru)
상속: extends Fixture, implements IteratorAggregate, implements ArrayAccess, implements Countable, use trait yii\base\ArrayAccessTrait
예제 #1
0
 /**
  * @expectedException \yii\base\InvalidConfigException
  */
 public function testWrongDataFileException()
 {
     $this->_fixture->dataFile = 'wrong/fixtures/data/path/alias';
     $this->_fixture->load();
 }