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 da8eaefc63
Merge pull request #398 from hlidotbe/feature/request-host
6 years ago
..
classes Updated test asset. 8 years ago
views Added support for custom template file extensions. 9 years ago
AutoloadTest.php added phpunit to composer and tests updated 10 years ago
DispatcherTest.php added phpunit to composer and tests updated 10 years ago
FilterTest.php added phpunit to composer and tests updated 10 years ago
FlightTest.php Moved map method check to Engine. Added get method to Loader. Added new tests. 8 years ago
LoaderTest.php added phpunit to composer and tests updated 10 years ago
MapTest.php Moved map method check to Engine. Added get method to Loader. Added new tests. 8 years ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php added phpunit to composer and tests updated 10 years ago
RegisterTest.php added phpunit to composer and tests updated 10 years ago
RenderTest.php added phpunit to composer and tests updated 10 years ago
RequestTest.php Merge pull request #398 from hlidotbe/feature/request-host 6 years ago
RouterTest.php Add a failing test for routing URLs containing Cyrillic letters. 6 years ago
VariableTest.php added phpunit to composer and tests updated 10 years ago
ViewTest.php Added support for custom template file extensions. 9 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