-
-
Notifications
You must be signed in to change notification settings - Fork 165
Tests
Serghei Iakovlev edited this page Dec 25, 2016
·
1 revision
Phosphorum uses Codeception functional, acceptance, console and unit test suites.
First you need to re-generate base classes for all suites:
$ vendor/bin/codecept buildThen, you will able to run all tests with run command:
$ vendor/bin/codecept run
# OR
$ vendor/bin/codecept run -vvv # Detailed outputTo run concrete suite, for example unit, execute the command as follows:
# functional, acceptance, console, unit
$ vendor/bin/codecept run unitFor more details about Console Commands see here.
Phosphorum is an open-sourced software licensed under the New BSD License.
© Phalcon Framework Team and contributors