You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Björn
0741e2880f
|
5 years ago | |
---|---|---|
.. | ||
classes | 5 years ago | |
views | 5 years ago | |
AutoloadTest.php | 5 years ago | |
DispatcherTest.php | 5 years ago | |
FilterTest.php | 5 years ago | |
FlightTest.php | 5 years ago | |
LoaderTest.php | 5 years ago | |
MapTest.php | 5 years ago | |
README.md | 5 years ago | |
RedirectTest.php | 5 years ago | |
RegisterTest.php | 5 years ago | |
RenderTest.php | 5 years ago | |
RequestTest.php | 5 years ago | |
RouterTest.php | 5 years ago | |
VariableTest.php | 5 years ago | |
ViewTest.php | 5 years ago |
README.md
Flight Tests
This directory contains unit tests for Flight. The tests were written for PHPUnit 3.7.10
To run the tests do:
composer install
vendor/bin/phpunit tests
Learn more about PHPUnit at http://www.phpunit.de