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 0abf1b9b16
fixed issues with php8-named-arguments
2 weeks ago
..
classes merge master 2 weeks ago
commands silent deprecation test in php 8.4 2 weeks ago
groupcompactsyntax merge master 2 weeks ago
named-arguments fixed issues with php8-named-arguments 2 weeks ago
server merge master 2 weeks ago
server-v2 added some ui tests 10 months ago
views remove newlines and stuffs to fix render tests 2 weeks ago
AutoloadTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
CollectionTest.php phpunit fixes for deprecated notices. Also pdowrapper reset removal 1 year ago
DispatcherTest.php merge master 2 weeks ago
DocExamplesTest.php added comment, removed unused file reference. 1 year ago
EngineTest.php Merge branch 'master' into php8-named-arguments-support 2 weeks ago
EventSystemTest.php merge master 2 weeks ago
FilterTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
FlightAsyncTest.php merge master 2 weeks ago
FlightTest.php fixed issues with php8-named-arguments 2 weeks ago
LoaderTest.php added ability to load classes with _ in them 1 year ago
MapTest.php refactored some errors. UI Tests and cleanup. 1 year ago
PdoWrapperTest.php merge master 2 weeks ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php Fixed yoda comparisons 1 year ago
RegisterTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
RenderTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
RequestTest.php merge master 2 weeks ago
ResponseTest.php merge master 2 weeks ago
RouterTest.php merge master 2 weeks ago
UploadedFileTest.php merge master 2 weeks ago
VariableTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
ViewTest.php remove newlines and stuffs to fix render tests 2 weeks ago
phpunit_autoload.php Simplified tests 1 year ago
run_all_tests.sh added ability to load classes with _ in them 1 year 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