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
Mike Cao 7c50eb7cfb
Passing to a non-matching route should return a 404.
10 years ago
..
classes Added ability to register callbacks for class instantiation. 11 years ago
views Changed PHPUnit references. Added new tests for router. 12 years ago
AutoloadTest.php Added ability to register callbacks for class instantiation. 11 years ago
DispatcherTest.php Dispatcher should check for valid callback. 11 years ago
FilterTest.php Updated all tests to use Engine class. 12 years ago
FlightTest.php Added ability to get all saved variables. 10 years ago
LoaderTest.php Added ability to register callbacks for class instantiation. 11 years ago
MapTest.php Updated all tests to use Engine class. 12 years ago
README.md Updated handling of subdirectories and redirects. 12 years ago
RedirectTest.php Redirects should always consider the base directory. 11 years ago
RegisterTest.php Added ability to register callbacks for class instantiation. 11 years ago
RenderTest.php Updated all tests to use Engine class. 12 years ago
RequestTest.php Allow HTTP method overriding. 11 years ago
RouterTest.php Passing to a non-matching route should return a 404. 10 years ago
VariableTest.php Updated all tests to use Engine class. 12 years ago
ViewTest.php Updated all tests to use Engine class. 12 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:

phpunit tests

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