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 bc001b7104
Merge branch 'master' into feat/route-compact-syntax
4 months ago
..
classes allowed for middlewares to be created with container 9 months ago
commands reenable comtroller command test 5 months ago
groupcompactsyntax prettify 4 months ago
server Added ability to handle file uploads in a simple way 5 months ago
server-v2 added some ui tests 8 months ago
views Added more tests when component defines a default value for no passed vars 9 months 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 10 months ago
DispatcherTest.php Add Short After Filter Syntax with one parameter 10 months ago
DocExamplesTest.php added comment, removed unused file reference. 10 months ago
EngineTest.php fix tests on different php versions 5 months ago
FilterTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
FlightTest.php prettified and added max-age=0 7 months ago
LoaderTest.php added ability to load classes with _ in them 10 months ago
MapTest.php refactored some errors. UI Tests and cleanup. 10 months ago
PdoWrapperTest.php changed it so PdoWrapper returns collections 10 months ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php Fixed yoda comparisons 11 months 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 Added ability to handle file uploads in a simple way 5 months ago
ResponseTest.php add case for Macos in ResponseTest::testResponseBodyCallbackGzip 5 months ago
RouterTest.php Maintains headers on redirect, error, and halt. Added jsonHalt 8 months ago
UploadedFileTest.php Added ability to handle file uploads in a simple way 5 months ago
VariableTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
ViewTest.php Simplified fix thanks to @vlakoff (https://github.com/vlakoff) 8 months ago
phpunit_autoload.php Simplified tests 1 year ago
run_all_tests.sh added ability to load classes with _ in them 10 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