|
|
il y a 12 ans | |
|---|---|---|
| .. | ||
| _data | il y a 12 ans | |
| _helpers | il y a 12 ans | |
| _log | il y a 12 ans | |
| acceptance | il y a 12 ans | |
| functional | il y a 12 ans | |
| unit | il y a 12 ans | |
| README.md | il y a 12 ans | |
| acceptance.suite.dist.yml | il y a 12 ans | |
| functional.suite.dist.yml | il y a 12 ans | |
| unit.suite.dist.yml | il y a 12 ans | |
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.