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.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| classes | 2 years ago | |
| commands | 1 year ago | |
| server | 1 year ago | |
| server-v2 | 1 year ago | |
| views | 2 years ago | |
| AutoloadTest.php | 2 years ago | |
| CollectionTest.php | 2 years ago | |
| DispatcherTest.php | 2 years ago | |
| DocExamplesTest.php | 2 years ago | |
| EngineTest.php | 1 year ago | |
| FilterTest.php | 2 years ago | |
| FlightTest.php | 2 years ago | |
| LoaderTest.php | 2 years ago | |
| MapTest.php | 2 years ago | |
| PdoWrapperTest.php | 2 years ago | |
| README.md | 11 years ago | |
| RedirectTest.php | 2 years ago | |
| RegisterTest.php | 2 years ago | |
| RenderTest.php | 2 years ago | |
| RequestTest.php | 2 years ago | |
| ResponseTest.php | 2 years ago | |
| RouterTest.php | 1 year ago | |
| VariableTest.php | 2 years ago | |
| ViewTest.php | 1 year ago | |
| phpunit_autoload.php | 2 years ago | |
| run_all_tests.sh | 2 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