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.