|
|
12 éve | |
|---|---|---|
| .. | ||
| _data | 12 éve | |
| _helpers | 12 éve | |
| _log | 12 éve | |
| _pages | 12 éve | |
| acceptance | 12 éve | |
| functional | 12 éve | |
| unit | 12 éve | |
| README.md | 12 éve | |
| _bootstrap.php | 12 éve | |
| acceptance.suite.dist.yml | 12 éve | |
| functional.suite.dist.yml | 12 éve | |
| unit.suite.dist.yml | 12 éve | |
| yii_bootstrap.php | 12 éve | |
This folder contains various tests for the basic application. These tests are developed with Codeception PHP Testing Framework.
To run the tests, follow these steps:
acceptance.suite.dist.yml to acceptance.suite.yml and customize it;functional.suite.dist.yml to functional.suite.yml and customize it;unit.suite.dist.yml to unit.suite.yml and customize it.cd ..
php codecept.phar build // rebuild test scripts, only need to be run once
php codecept.phar run // run all available tests
Please refer to Codeception tutorial for more details about writing acceptance, functional and unit tests.