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
Pierre Clavequin 840833e7d7
test: add missing return types in tests
5 days ago
..
classes test: add missing return types in tests 5 days ago
commands test: add missing return types in tests 5 days ago
groupcompactsyntax merge master 2 months ago
named-arguments fixed issues with php8-named-arguments 2 months ago
server test: add missing return types in tests 5 days ago
server-v2 test: add missing return types in tests 5 days ago
views remove newlines and stuffs to fix render tests 2 months ago
AutoloadTest.php test: add missing return types in tests 5 days ago
CollectionTest.php test: add missing return types in tests 5 days ago
DispatcherTest.php test: add missing return types in tests 5 days ago
DocExamplesTest.php test: add missing return types in tests 5 days ago
EngineTest.php test: add missing return types in tests 5 days ago
EventSystemTest.php test: add missing return types in tests 5 days ago
FilterTest.php test: add missing return types in tests 5 days ago
FlightAsyncTest.php test: add missing return types in tests 5 days ago
FlightTest.php test: add missing return types in tests 5 days ago
LoaderTest.php test: add missing return types in tests 5 days ago
MapTest.php test: add missing return types in tests 5 days ago
PdoWrapperTest.php test: add missing return types in tests 5 days ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php test: add missing return types in tests 5 days ago
RegisterTest.php test: add missing return types in tests 5 days ago
RenderTest.php test: add missing return types in tests 5 days ago
RequestTest.php test: add missing return types in tests 5 days ago
ResponseTest.php test: add missing return types in tests 5 days ago
RouterTest.php test: add missing return types in tests 5 days ago
UploadedFileTest.php test: add missing return types in tests 5 days ago
VariableTest.php test: add missing return types in tests 5 days ago
ViewTest.php test: add missing return types in tests 5 days ago
phpunit_autoload.php Simplified tests 1 year ago
run_all_tests.sh added ability to load classes with _ in them 1 year 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