Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
44b0c907
Commit
44b0c907
authored
Nov 08, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5968 from Ragazzo/applications_config_fix
fixed fixture controller config for applications
parents
c557baa2
8af62ee9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
yii
apps/advanced/tests/codeception/bin/yii
+1
-0
yii
apps/basic/tests/codeception/bin/yii
+2
-1
No files found.
apps/advanced/tests/codeception/bin/yii
View file @
44b0c907
...
...
@@ -22,6 +22,7 @@ $config = yii\helpers\ArrayHelper::merge(
'class'
=>
'yii\faker\FixtureController'
,
'fixtureDataPath'
=>
'@tests/codeception/common/fixtures/data'
,
'templatePath'
=>
'@tests/codeception/common/templates/fixtures'
,
'namespace'
=>
'tests\codeception\common\fixtures'
,
],
],
]
...
...
apps/basic/tests/codeception/bin/yii
View file @
44b0c907
...
...
@@ -18,7 +18,8 @@ $config = yii\helpers\ArrayHelper::merge(
'fixture'
=>
[
'class'
=>
'yii\faker\FixtureController'
,
'fixtureDataPath'
=>
'@tests/codeception/fixtures'
,
'templatePath'
=>
'@tests/codeception/templates'
'templatePath'
=>
'@tests/codeception/templates'
,
'namespace'
=>
'tests\codeception\fixtures'
,
],
],
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment