Core development / Related HOWTOs / Running Unit & Acceptance Tests
Unit testsΒΆ
For running unit tests you need PHPUnit, this can
be run from the require-dev
install of PHPUnit that comes with Bolt:
$ composer install --dev
After installing, you can run the unit test suite by running:
$ php vendor/bin/phpunit
For more on running unit and behavioural tests, please follow the instructions in
the bolt/core
repository on GitHub here
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.