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.
flight-core/tests
Michal Hybner 21a0c55375
Fix JSON request with empty body
3 years ago
..
classes updated phpunit and tests 4 years ago
views Added support for custom template file extensions. 9 years ago
AutoloadTest.php updated phpunit and tests 4 years ago
DispatcherTest.php updated phpunit and tests 4 years ago
FilterTest.php updated phpunit and tests 4 years ago
FlightTest.php updated phpunit and tests 4 years ago
LoaderTest.php updated phpunit and tests 4 years ago
MapTest.php updated phpunit and tests 4 years ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php updated phpunit and tests 4 years ago
RegisterTest.php updated phpunit and tests 4 years ago
RenderTest.php updated phpunit and tests 4 years ago
RequestTest.php Fix JSON request with empty body 3 years ago
RouterTest.php updated phpunit and tests 4 years ago
VariableTest.php updated phpunit and tests 4 years ago
ViewTest.php updated phpunit and tests 4 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