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 f3453cab17
Simplified fix thanks to @vlakoff (https://github.com/vlakoff)
10 months ago
..
classes One last test to make sure Dice maintains the same instance 1 year ago
server added plain stream() method 12 months ago
server-v2 fixed issues with @params_with_underscores and prepopulate getUrl() params. 1 year ago
views Added more tests when component defines a default value for no passed vars 11 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 1 year ago
DispatcherTest.php Add Short After Filter Syntax with one parameter 12 months ago
DocExamplesTest.php added comment, removed unused file reference. 1 year ago
EngineTest.php lots of phpcs errors to fix 12 months ago
FilterTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
FlightTest.php Added more tests when component defines a default value for no passed vars 11 months 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 changed it so PdoWrapper returns collections 1 year 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 added helpers to req/resp and cleaned up phpcs/stan errors 1 year ago
ResponseTest.php Fixed gzip test on windows 12 months ago
RouterTest.php Merge branch 'master' into dispatcher-refactor 12 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) 10 months 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