-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
Thorazine edited this page Aug 11, 2017
·
8 revisions
Testing the application is done locally. But I also wanted to make some tests to check that everything is setup properly and to give tips if possible. For instance, an upgrade might have some new settings that are required. These tests can tell you what you're missing or need to change.
After following the initial steps of installment you are ready to run the integration tests:
- Go to [project folder]/vendor/thorazine/hack/src
- run
../../../bin/phpunit ./
All test should obviously be green. Any problems within the test will have a tip or requirement output where possible.
Please note that the tests are currently in development. So every once in a while you will see new tests.
Please note that at the moment 4 tests will fail when using something like
http://localhost/[project]
as a domain.