mirror of https://github.com/flightphp/core
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.
n0nag0n
77d313190d
|
10 months ago | |
---|---|---|
.. | ||
classes | 10 months ago | |
server | 10 months ago | |
server-v2 | 11 months ago | |
views | 9 years ago | |
AutoloadTest.php | 1 year ago | |
CollectionTest.php | 10 months ago | |
DispatcherTest.php | 10 months ago | |
DocExamplesTest.php | 10 months ago | |
EngineTest.php | 10 months ago | |
FilterTest.php | 1 year ago | |
FlightTest.php | 11 months ago | |
LoaderTest.php | 10 months ago | |
MapTest.php | 10 months ago | |
PdoWrapperTest.php | 10 months ago | |
README.md | 10 years ago | |
RedirectTest.php | 11 months ago | |
RegisterTest.php | 1 year ago | |
RenderTest.php | 1 year ago | |
RequestTest.php | 11 months ago | |
ResponseTest.php | 10 months ago | |
RouterTest.php | 10 months ago | |
VariableTest.php | 1 year ago | |
ViewTest.php | 1 year ago | |
phpunit_autoload.php | 1 year ago | |
run_all_tests.sh | 10 months 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