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 c9da0675d9
added accept header negotiations, OPTIONS method Allow header and, better method handling.
1 week 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 week ago
groupcompactsyntax merge master 7 months ago
named-arguments fixed issues with php8-named-arguments 7 months ago
performance Update tests/performance/performance_tests.sh 2 months ago
server added JSON util to use elsewhere 3 months ago
server-v2 test: add missing return types in tests 6 months ago
views remove newlines and stuffs to fix render tests 7 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 week 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 3 months ago
JsonTest.php added JSON util to use elsewhere 3 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 2 weeks 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 added accept header negotiations, OPTIONS method Allow header and, better method handling. 1 week 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 week 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 3 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