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 60dffbc6d9
move default configurations to Engine::vars definition
3 weeks ago
..
classes fix TypeError 4 weeks ago
commands fix almost long lines phpcs warnings 1 month ago
group_compact_syntax simplify autoload-dev to a single psr-4 autoload 4 weeks ago
named_arguments simplify autoload-dev to a single psr-4 autoload 4 weeks ago
performance apply lsp-intelephense format to tests folder 1 month ago
server simplify autoload-dev to a single psr-4 autoload 4 weeks ago
server_v2 simplify autoload-dev to a single psr-4 autoload 4 weeks ago
tmp fix all tests in windows 1 month ago
views apply lsp-intelephense format to tests folder 1 month ago
AutoloadTest.php remove directory loading in favor of psr-4 4 weeks ago
CollectionTest.php test: add missing return types in tests 12 months ago
DispatcherTest.php fix almost long lines phpcs warnings 1 month ago
DocExamplesTest.php move default configurations to Engine::vars definition 3 weeks ago
EngineTest.php move default configurations to Engine::vars definition 3 weeks ago
EventSystemTest.php fix almost long lines phpcs warnings 1 month ago
FilterTest.php test: add missing return types in tests 12 months ago
FlightAsyncTest.php test: add missing return types in tests 12 months ago
FlightTest.php remove v2_output_buffering 3 weeks ago
JsonTest.php added JSON util to use elsewhere 9 months ago
LoaderTest.php refactor LoaderTest 4 weeks ago
MapTest.php test: add missing return types in tests 12 months ago
PdoWrapperTest.php fix almost long lines phpcs warnings 1 month ago
README.md added phpunit to composer and tests updated 11 years ago
RedirectTest.php test: add missing return types in tests 12 months ago
RegisterTest.php test: add missing return types in tests 12 months ago
RenderTest.php move default configurations to Engine::vars definition 3 weeks ago
RequestBodyParserTest.php fix almost long lines phpcs warnings 1 month ago
RequestTest.php fix almost long lines phpcs warnings 1 month ago
ResponseTest.php test: add missing return types in tests 12 months ago
RouterTest.php composer exec phpcbf -- --standard=PSR2 1 month ago
SimplePdoTest.php fix almost long lines phpcs warnings 1 month ago
UploadedFileTest.php fix almost long lines phpcs warnings 1 month ago
VariableTest.php test: add missing return types in tests 12 months ago
ViewTest.php apply lsp-intelephense format to tests folder 1 month ago
phpunit_autoload.php Simplified tests 2 years ago
run_all_tests.sh apply lsp-intelephense format to tests folder 1 month 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