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
Ambrose Casanova 386bdc16a7
test: cover fetchField null vs empty vs 0 vs ''
4 days ago
..
classes Align Runway generators with skeleton App\ layout and fix suite gates 1 month ago
commands Align Runway generators with skeleton App\ layout and fix suite gates 1 month ago
groupcompactsyntax implement Tests\Server, ServerV2 and groupcompactsyntax namespaces 6 months ago
named_arguments Merge master into autoload-rework 3 months ago
path_autoload_fixtures/app/middleware Restore Flight::path() autoloading after the 3.19 autoload rework. 7 days ago
performance apply lsp-intelephense format to tests folder 6 months ago
server Align Runway generators with skeleton App\ layout and fix suite gates 1 month ago
server_v2 Potential fix for pull request finding 3 months ago
tmp fix all tests in windows 6 months ago
views apply lsp-intelephense format to tests folder 6 months ago
AutoloadTest.php Do not add the package root to Loader::$dirs under Composer. 7 days 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 1 month 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) 4 weeks ago
EventSystemTest.php autoload reworked 3 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 3 months ago
MapTest.php test: add missing return types in tests 1 year ago
PdoWrapperTest.php test: cover fetchField null vs empty vs 0 vs '' 4 days ago
README.md added phpunit to composer and tests updated 12 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 3 months ago
RequestBodyParserTest.php Align Runway generators with skeleton App\ layout and fix suite gates 1 month ago
RequestTest.php Fix flight.allow_method_override not disabling method override (GHSA-vr9m-jx6f-hhj6) 4 weeks 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 1 month ago
SimplePdoTest.php test: cover fetchField null vs empty vs 0 vs '' 4 days ago
UploadedFileTest.php fix: symlink(): Permission denied on WINNT 3 months ago
VariableTest.php test: add missing return types in tests 1 year ago
ViewTest.php Fix another endlines problems with windows 3 months ago
run_all_tests.sh apply lsp-intelephense format to tests folder 6 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