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 d8fe78449c
Fix flight.allow_method_override not disabling method override (GHSA-vr9m-jx6f-hhj6)
1 week ago
..
classes Align Runway generators with skeleton App\ layout and fix suite gates 2 weeks ago
commands Align Runway generators with skeleton App\ layout and fix suite gates 2 weeks ago
groupcompactsyntax implement Tests\Server, ServerV2 and groupcompactsyntax namespaces 5 months ago
named_arguments Merge master into autoload-rework 2 months ago
performance apply lsp-intelephense format to tests folder 5 months ago
server Align Runway generators with skeleton App\ layout and fix suite gates 2 weeks ago
server_v2 Potential fix for pull request finding 2 months ago
tmp fix all tests in windows 5 months ago
views apply lsp-intelephense format to tests folder 5 months ago
AutoloadTest.php test: add missing return types in tests 1 year ago
CollectionTest.php test: add missing return types in tests 1 year ago
DispatcherTest.php Align Runway generators with skeleton App\ layout and fix suite gates 2 weeks ago
DocExamplesTest.php test: add missing return types in tests 1 year ago
EngineTest.php Fix flight.allow_method_override not disabling method override (GHSA-vr9m-jx6f-hhj6) 1 week ago
EventSystemTest.php autoload reworked 2 months ago
FilterTest.php test: add missing return types in tests 1 year ago
FlightAsyncTest.php test: add missing return types in tests 1 year ago
FlightTest.php added JSON util to use elsewhere 1 year ago
JsonTest.php added JSON util to use elsewhere 1 year ago
LoaderTest.php reset v2ClassLoading 2 months ago
MapTest.php test: add missing return types in tests 1 year ago
PdoWrapperTest.php fix almost long lines phpcs warnings 5 months ago
README.md added phpunit to composer and tests updated 11 years ago
RedirectTest.php test: add missing return types in tests 1 year ago
RegisterTest.php test: add missing return types in tests 1 year ago
RenderTest.php Fix testRenderLayout in windows 2 months ago
RequestBodyParserTest.php Align Runway generators with skeleton App\ layout and fix suite gates 2 weeks ago
RequestTest.php Fix flight.allow_method_override not disabling method override (GHSA-vr9m-jx6f-hhj6) 1 week ago
ResponseTest.php test: add missing return types in tests 1 year ago
RouterTest.php Align Runway generators with skeleton App\ layout and fix suite gates 2 weeks ago
SimplePdoTest.php composer format 2 months ago
UploadedFileTest.php fix: symlink(): Permission denied on WINNT 2 months ago
VariableTest.php test: add missing return types in tests 1 year ago
ViewTest.php Fix another endlines problems with windows 2 months ago
run_all_tests.sh apply lsp-intelephense format to tests folder 5 months 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