|
|
hace 12 años | |
|---|---|---|
| .. | ||
| _data | hace 12 años | |
| _helpers | hace 12 años | |
| _log | hace 12 años | |
| _pages | hace 12 años | |
| acceptance | hace 12 años | |
| functional | hace 12 años | |
| unit | hace 12 años | |
| README.md | hace 12 años | |
| _bootstrap.php | hace 12 años | |
| acceptance.suite.dist.yml | hace 12 años | |
| functional.suite.dist.yml | hace 12 años | |
| unit.suite.dist.yml | hace 12 años | |
| yii_bootstrap.php | hace 12 años | |
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.