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
n0nag0n e73b4e3f92
Removed useless method
15 hours ago
..
classes Fix AI commands to use new runway config syntax 15 hours ago
commands Removed useless method 15 hours ago
groupcompactsyntax merge master 10 months ago
named-arguments fixed issues with php8-named-arguments 10 months ago
performance configured performance testing 3 months ago
server added JSON util to use elsewhere 5 months ago
server-v2 test: add missing return types in tests 8 months ago
views remove newlines and stuffs to fix render tests 10 months ago
AutoloadTest.php test: add missing return types in tests 8 months ago
CollectionTest.php test: add missing return types in tests 8 months ago
DispatcherTest.php test: add missing return types in tests 8 months ago
DocExamplesTest.php test: add missing return types in tests 8 months ago
EngineTest.php added accept header negotiations, OPTIONS method Allow header and, better method handling. 3 months ago
EventSystemTest.php test: add missing return types in tests 8 months ago
FilterTest.php test: add missing return types in tests 8 months ago
FlightAsyncTest.php test: add missing return types in tests 8 months ago
FlightTest.php added JSON util to use elsewhere 5 months ago
JsonTest.php added JSON util to use elsewhere 5 months ago
LoaderTest.php test: add missing return types in tests 8 months ago
MapTest.php test: add missing return types in tests 8 months ago
PdoWrapperTest.php php85 3 months ago
README.md added phpunit to composer and tests updated 11 years ago
RedirectTest.php test: add missing return types in tests 8 months ago
RegisterTest.php test: add missing return types in tests 8 months ago
RenderTest.php test: add missing return types in tests 8 months ago
RequestTest.php added accept header negotiations, OPTIONS method Allow header and, better method handling. 3 months ago
ResponseTest.php test: add missing return types in tests 8 months ago
RouterTest.php added accept header negotiations, OPTIONS method Allow header and, better method handling. 3 months ago
UploadedFileTest.php test: add missing return types in tests 8 months ago
VariableTest.php test: add missing return types in tests 8 months ago
ViewTest.php added JSON util to use elsewhere 5 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