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
65179b10
Commit
65179b10
authored
Jan 20, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code style in fixtures
parent
ed14eaaa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
ActiveFixture.php
framework/test/ActiveFixture.php
+1
-0
DbFixture.php
framework/test/DbFixture.php
+1
-0
Fixture.php
framework/test/Fixture.php
+1
-0
FixtureTrait.php
framework/test/FixtureTrait.php
+1
-0
InitDbFixture.php
framework/test/InitDbFixture.php
+1
-1
No files found.
framework/test/ActiveFixture.php
View file @
65179b10
...
...
@@ -47,6 +47,7 @@ class ActiveFixture extends BaseActiveFixture
*/
private
$_table
;
/**
* @inheritdoc
*/
...
...
framework/test/DbFixture.php
View file @
65179b10
...
...
@@ -28,6 +28,7 @@ abstract class DbFixture extends Fixture
*/
public
$db
=
'db'
;
/**
* @inheritdoc
*/
...
...
framework/test/Fixture.php
View file @
65179b10
...
...
@@ -35,6 +35,7 @@ class Fixture extends Component
*/
public
$depends
=
[];
/**
* Loads the fixture.
* This method is called before performing every test method.
...
...
framework/test/FixtureTrait.php
View file @
65179b10
...
...
@@ -38,6 +38,7 @@ trait FixtureTrait
*/
private
$_fixtureAliases
;
/**
* Returns the value of an object property.
*
...
...
framework/test/InitDbFixture.php
View file @
65179b10
...
...
@@ -34,7 +34,7 @@ class InitDbFixture extends DbFixture
public
$initScript
=
'@app/tests/fixtures/initdb.php'
;
/**
* @var array list of database schemas that the test tables may reside in. Defaults to
*
['']
, meaning using the default schema (an empty string refers to the
*
`['']`
, meaning using the default schema (an empty string refers to the
* default schema). This property is mainly used when turning on and off integrity checks
* so that fixture data can be populated into the database without causing problem.
*/
...
...
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