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 42a3d84d8a
Changed Collection to allow for reset
12 months ago
..
classes
server phpcs fixes 1 year ago
server-v2 fixed issues with @params_with_underscores and prepopulate getUrl() params. 1 year ago
views
AutoloadTest.php
CollectionTest.php Changed Collection to allow for reset 12 months ago
DispatcherTest.php
DocExamplesTest.php
EngineTest.php fixed issues with @params_with_underscores and prepopulate getUrl() params. 1 year ago
FilterTest.php
FlightTest.php
LoaderTest.php
MapTest.php
PdoWrapperTest.php changed it so PdoWrapper returns collections 12 months ago
README.md
RedirectTest.php
RegisterTest.php
RenderTest.php
RequestTest.php
ResponseTest.php
RouterTest.php phpcs fixes 1 year ago
VariableTest.php
ViewTest.php
phpunit_autoload.php
run_all_tests.sh

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