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
Austin Collier dbf05ebf40
Lots more tests. Now will dynamically create object with engine instance.
11 months ago
..
classes Lots more tests. Now will dynamically create object with engine instance. 11 months ago
server phpcs fixes 11 months ago
server-v2 fixed issues with @params_with_underscores and prepopulate getUrl() params. 11 months ago
views Added support for custom template file extensions. 9 years ago
AutoloadTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
CollectionTest.php Changed Collection to allow for reset 11 months ago
DispatcherTest.php Lots more tests. Now will dynamically create object with engine instance. 11 months ago
DocExamplesTest.php added helpers to req/resp and cleaned up phpcs/stan errors 12 months ago
EngineTest.php Lots more tests. Now will dynamically create object with engine instance. 11 months ago
FilterTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
FlightTest.php added ability to overwrite the body 11 months ago
LoaderTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
MapTest.php Lots more tests. Now will dynamically create object with engine instance. 11 months ago
PdoWrapperTest.php changed it so PdoWrapper returns collections 11 months ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php Merge branch 'master' into easier-access-to-request-headers 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 12 months ago
ResponseTest.php added ability to overwrite the body 11 months ago
RouterTest.php beautify 11 months ago
VariableTest.php Merge branch 'master' into easier-access-to-request-headers 1 year ago
ViewTest.php so many phpcs fixes. No more, no more! 1 year ago
phpunit_autoload.php Simplified tests 1 year ago
run_all_tests.sh added streaming responses. Fixed JSONP. 12 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