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 47cd98e78e
added ability to overwrite the body
1 year ago
..
classes DispatcherTest 100% test coverage 1 year ago
server added ability to overwrite the body 1 year ago
server-v2 added streaming responses. Fixed JSONP. 1 year ago
views
AutoloadTest.php
CollectionTest.php
DispatcherTest.php DispatcherTest 100% test coverage 1 year ago
DocExamplesTest.php added helpers to req/resp and cleaned up phpcs/stan errors 1 year ago
EngineTest.php added streaming responses. Fixed JSONP. 1 year ago
FilterTest.php
FlightTest.php added ability to overwrite the body 1 year ago
LoaderTest.php
MapTest.php
PdoWrapperTest.php
README.md
RedirectTest.php
RegisterTest.php
RenderTest.php
RequestTest.php added helpers to req/resp and cleaned up phpcs/stan errors 1 year ago
ResponseTest.php added ability to overwrite the body 1 year ago
RouterTest.php fixed bug with grouped routes 1 year ago
VariableTest.php
ViewTest.php
phpunit_autoload.php
run_all_tests.sh added streaming responses. Fixed JSONP. 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