Commit 377cb09a by Qiang Xue

Fixes #4945: Added `yii\test\ArrayFixture`

parent a5245ad0
......@@ -271,6 +271,7 @@ Yii Framework 2 Change Log
- Chg: When an ID is found to be in both `Application::controllerMap` and `Application::modules`, the former will take precedence (qiangxue)
- New #3911: Added `yii\behaviors\SluggableBehavior` that fills the specified model attribute with the transliterated and adjusted version to use in URLs (creocoder)
- New #4193: Added `yii\filters\Cors` CORS filter to allow Cross Origin Resource Sharing (pgaultier)
- New #4945: Added `yii\test\ArrayFixture` (Ragazzo)
- New: Added `yii\base\InvalidValueException` (qiangxue)
- New: Added `yii\caching\ArrayCache` (cebe)
......
......@@ -9,10 +9,10 @@ namespace yii\test;
use Yii;
use yii\base\ArrayAccessTrait;
use yii\base\InvalidParamException;
use yii\base\InvalidConfigException;
/**
* Base array fixture class, that supports loading data from data files.
* ArrayFixture represents arbitrary fixture that can be loaded from PHP files.
*
* @author Mark Jebri <mark.github@yandex.ru>
* @since 2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment