flight-core/tests
Mike Cao 58303b2ae3 Added test for Request class. 12 years ago
..
classes Added unit tests 12 years ago
views Added unit tests 12 years ago
AutoloadTest.php Added unit tests 12 years ago
DispatcherTest.php Added unit tests 12 years ago
FilterTest.php Added unit tests 12 years ago
LoaderTest.php Added unit tests 12 years ago
MapTest.php Added unit tests 12 years ago
README.md Added unit tests 12 years ago
RegisterTest.php Added unit tests 12 years ago
RenderTest.php Added unit tests 12 years ago
RequestTest.php Added test for Request class. 12 years ago
RouterTest.php Added unit tests 12 years ago
VariableTest.php Added unit tests 12 years ago
ViewTest.php Added unit tests 12 years ago

README.md

Flight Tests

This directory contains unit tests for Flight. The tests were written for PHPUnit 3.7.

To run the tests do:

phpunit tests

Learn more about PHPUnit at http://www.phpunit.de