-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update] template advanced with yii 2.0.11 release.
- Loading branch information
Showing
12 changed files
with
103 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
<?php | ||
return [ | ||
'id' => 'app-backend-tests', | ||
'components' => [ | ||
'assetManager' => [ | ||
'basePath' => __DIR__ . '/../web/assets', | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
<?php | ||
/** | ||
* Here you can initialize variables via \Codeception\Util\Fixtures class | ||
* to store data in global array and use it in Cests. | ||
* | ||
* ```php | ||
* // Here _bootstrap.php | ||
* \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']); | ||
* ``` | ||
* | ||
* In Cests | ||
* | ||
* ```php | ||
* \Codeception\Util\Fixtures::get('user1'); | ||
* ``` | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
<?php | ||
// Here you can initialize variables that will for your tests | ||
/** | ||
* Here you can initialize variables via \Codeception\Util\Fixtures class | ||
* to store data in global array and use it in Tests. | ||
* | ||
* ```php | ||
* // Here _bootstrap.php | ||
* \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']); | ||
* ``` | ||
* | ||
* In Tests | ||
* | ||
* ```php | ||
* \Codeception\Util\Fixtures::get('user1'); | ||
* ``` | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
<?php | ||
return [ | ||
'id' => 'app-frontend-tests', | ||
'components' => [ | ||
'assetManager' => [ | ||
'basePath' => __DIR__ . '/../web/assets', | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
<?php | ||
/** | ||
* Here you can initialize variables via \Codeception\Util\Fixtures class | ||
* to store data in global array and use it in Cepts. | ||
* | ||
* ```php | ||
* // Here _bootstrap.php | ||
* \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']); | ||
* ``` | ||
* | ||
* In Cept | ||
* | ||
* ```php | ||
* \Codeception\Util\Fixtures::get('user1'); | ||
* ``` | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
<?php | ||
/** | ||
* Here you can initialize variables via \Codeception\Util\Fixtures class | ||
* to store data in global array and use it in Cests. | ||
* | ||
* ```php | ||
* // Here _bootstrap.php | ||
* \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']); | ||
* ``` | ||
* | ||
* In Cests | ||
* | ||
* ```php | ||
* \Codeception\Util\Fixtures::get('user1'); | ||
* ``` | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
<?php | ||
// Here you can initialize variables that will for your tests | ||
/** | ||
* Here you can initialize variables via \Codeception\Util\Fixtures class | ||
* to store data in global array and use it in Tests. | ||
* | ||
* ```php | ||
* // Here _bootstrap.php | ||
* \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']); | ||
* ``` | ||
* | ||
* In Tests | ||
* | ||
* ```php | ||
* \Codeception\Util\Fixtures::get('user1'); | ||
* ``` | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters