|
|
před 12 roky | |
|---|---|---|
| .. | ||
| _data | před 12 roky | |
| _helpers | před 12 roky | |
| _log | před 12 roky | |
| acceptance | před 12 roky | |
| functional | před 12 roky | |
| unit | před 12 roky | |
| README.md | před 12 roky | |
| acceptance.suite.dist.yml | před 12 roky | |
| functional.suite.dist.yml | před 12 roky | |
| unit.suite.dist.yml | před 12 roky | |
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.