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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
2ed30dfe
Commit
2ed30dfe
authored
Feb 03, 2014
by
Mark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed docs in controller
parent
b133c6c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
FixtureController.php
framework/console/controllers/FixtureController.php
+4
-4
No files found.
framework/console/controllers/FixtureController.php
View file @
2ed30dfe
...
@@ -34,16 +34,16 @@ use yii\helpers\Inflector;
...
@@ -34,16 +34,16 @@ use yii\helpers\Inflector;
*
*
* ~~~
* ~~~
* #load fixtures under $fixturePath from UsersFixture class with default namespace "tests\unit\fixtures"
* #load fixtures under $fixturePath from UsersFixture class with default namespace "tests\unit\fixtures"
* yii fixture/apply User
s
* yii fixture/apply User
*
*
* #also a short version of this command (generate action is default)
* #also a short version of this command (generate action is default)
* yii fixture User
s
* yii fixture User
*
*
* #load fixtures under $fixturePath with the different database connection
* #load fixtures under $fixturePath with the different database connection
* yii fixture/apply User
s
--db=someOtherDbConneciton
* yii fixture/apply User --db=someOtherDbConneciton
*
*
* #load fixtures under different $fixturePath.
* #load fixtures under different $fixturePath.
* yii fixture/apply User
s
--namespace=alias\my\custom\namespace\goes\here
* yii fixture/apply User --namespace=alias\my\custom\namespace\goes\here
* ~~~
* ~~~
*
*
* @author Mark Jebri <mark.github@yandex.ru>
* @author Mark Jebri <mark.github@yandex.ru>
...
...
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