Commit cb8fc55a by Mark

removed suffix, since it will be applied later in getFixturesConfig method.

parent 91a95725
...@@ -75,7 +75,7 @@ class FixtureController extends Controller ...@@ -75,7 +75,7 @@ class FixtureController extends Controller
* that disables and enables integrity check, so your data can be safely loaded. * that disables and enables integrity check, so your data can be safely loaded.
*/ */
public $globalFixtures = [ public $globalFixtures = [
'yii\test\InitDbFixture', 'yii\test\InitDb',
]; ];
/** /**
......
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