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
26886b90
Commit
26886b90
authored
Mar 09, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2673 from Theill11/patch-1
Update test-fixture.md
parents
236abe32
a1547766
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test-fixture.md
docs/guide/test-fixture.md
+1
-1
No files found.
docs/guide/test-fixture.md
View file @
26886b90
...
@@ -164,7 +164,7 @@ fixtures that are applied to ALL or many test cases. An example is [[yii\test\In
...
@@ -164,7 +164,7 @@ fixtures that are applied to ALL or many test cases. An example is [[yii\test\In
two things:
two things:
*
Perform some common initialization tasks by executing a script located at
`@app/tests/fixtures/initdb.php`
;
*
Perform some common initialization tasks by executing a script located at
`@app/tests/fixtures/initdb.php`
;
*
Disable the database integrity check before loading other DB fixtures, and re-enable it after other DB fixtures are unlo
ea
d.
*
Disable the database integrity check before loading other DB fixtures, and re-enable it after other DB fixtures are unlo
ade
d.
Using global fixtures is similar to using non-global ones. The only difference is that you declare these fixtures
Using global fixtures is similar to using non-global ones. The only difference is that you declare these fixtures
in
[
[yii\codeception\TestCase::globalFixtures()
]
] instead of
`fixtures()`
. When a test case loads fixtures, it will
in
[
[yii\codeception\TestCase::globalFixtures()
]
] instead of
`fixtures()`
. When a test case loads fixtures, it will
...
...
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