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
KnifeLemon ca46fd041d
fix file upload handling to preserve array format for single files
3 weeks ago
..
classes test: add missing return types in tests 6 months ago
commands added accept header negotiations, OPTIONS method Allow header and, better method handling. 1 month ago
groupcompactsyntax merge master 8 months ago
named-arguments fixed issues with php8-named-arguments 8 months ago
performance configured performance testing 1 month ago
server added JSON util to use elsewhere 4 months ago
server-v2 test: add missing return types in tests 6 months ago
views remove newlines and stuffs to fix render tests 8 months ago
AutoloadTest.php test: add missing return types in tests 6 months ago
CollectionTest.php test: add missing return types in tests 6 months ago
DispatcherTest.php test: add missing return types in tests 6 months ago
DocExamplesTest.php test: add missing return types in tests 6 months ago
EngineTest.php added accept header negotiations, OPTIONS method Allow header and, better method handling. 1 month ago
EventSystemTest.php test: add missing return types in tests 6 months ago
FilterTest.php test: add missing return types in tests 6 months ago
FlightAsyncTest.php test: add missing return types in tests 6 months ago
FlightTest.php added JSON util to use elsewhere 4 months ago
JsonTest.php added JSON util to use elsewhere 4 months ago
LoaderTest.php test: add missing return types in tests 6 months ago
MapTest.php test: add missing return types in tests 6 months ago
PdoWrapperTest.php php85 1 month ago
README.md added phpunit to composer and tests updated 11 years ago
RedirectTest.php test: add missing return types in tests 6 months ago
RegisterTest.php test: add missing return types in tests 6 months ago
RenderTest.php test: add missing return types in tests 6 months ago
RequestTest.php fix file upload handling to preserve array format for single files 3 weeks ago
ResponseTest.php test: add missing return types in tests 6 months ago
RouterTest.php added accept header negotiations, OPTIONS method Allow header and, better method handling. 1 month ago
UploadedFileTest.php test: add missing return types in tests 6 months ago
VariableTest.php test: add missing return types in tests 6 months ago
ViewTest.php added JSON util to use elsewhere 4 months ago
phpunit_autoload.php Simplified tests 2 years ago
run_all_tests.sh added ability to load classes with _ in them 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