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
fadrian06 29595ef9e1
composer exec phpcbf -- --standard=PSR2
2 days ago
..
classes composer exec phpcbf -- --standard=PSR2 2 days ago
commands fix all tests in windows 3 days ago
groupcompactsyntax composer exec phpcbf -- --standard=PSR2 2 days ago
named-arguments apply lsp-intelephense format to tests folder 2 days ago
performance apply lsp-intelephense format to tests folder 2 days ago
server apply lsp-intelephense format to tests folder 2 days ago
server-v2 apply lsp-intelephense format to tests folder 2 days ago
tmp fix all tests in windows 3 days ago
views apply lsp-intelephense format to tests folder 2 days ago
AutoloadTest.php test: add missing return types in tests 11 months ago
CollectionTest.php test: add missing return types in tests 11 months ago
DispatcherTest.php composer exec phpcbf -- --standard=PSR2 2 days ago
DocExamplesTest.php test: add missing return types in tests 11 months ago
EngineTest.php apply lsp-intelephense format to tests folder 2 days ago
EventSystemTest.php composer exec phpcbf -- --standard=PSR2 2 days ago
FilterTest.php test: add missing return types in tests 11 months ago
FlightAsyncTest.php test: add missing return types in tests 11 months ago
FlightTest.php added JSON util to use elsewhere 8 months ago
JsonTest.php added JSON util to use elsewhere 8 months ago
LoaderTest.php apply lsp-intelephense format to tests folder 2 days ago
MapTest.php test: add missing return types in tests 11 months ago
PdoWrapperTest.php apply lsp-intelephense format to tests folder 2 days ago
README.md added phpunit to composer and tests updated 11 years ago
RedirectTest.php test: add missing return types in tests 11 months ago
RegisterTest.php test: add missing return types in tests 11 months ago
RenderTest.php apply lsp-intelephense format to tests folder 2 days ago
RequestBodyParserTest.php adjustments for security, 100% coverage and phpcs 5 months ago
RequestTest.php fix file upload handling to preserve array format for single files 5 months ago
ResponseTest.php test: add missing return types in tests 11 months ago
RouterTest.php composer exec phpcbf -- --standard=PSR2 2 days ago
SimplePdoTest.php apply lsp-intelephense format to tests folder 2 days ago
UploadedFileTest.php apply lsp-intelephense format to tests folder 2 days ago
VariableTest.php test: add missing return types in tests 11 months ago
ViewTest.php apply lsp-intelephense format to tests folder 2 days ago
phpunit_autoload.php Simplified tests 2 years ago
run_all_tests.sh apply lsp-intelephense format to tests folder 2 days 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