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