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 5068995d17
merge master
10 months ago
..
classes merge master 10 months ago
commands merge master 10 months ago
groupcompactsyntax merge master 10 months ago
named-arguments Writing firsts tests for Flight class with named arguments 2 years ago
server merge master 10 months ago
server-v2 added some ui tests 2 years ago
views Added more tests when component defines a default value for no passed vars 2 years ago
AutoloadTest.php Merge branch 'master' into easier-access-to-request-headers 2 years ago
CollectionTest.php phpunit fixes for deprecated notices. Also pdowrapper reset removal 2 years ago
DispatcherTest.php merge master 10 months ago
DocExamplesTest.php added comment, removed unused file reference. 2 years ago
EngineTest.php merge master 10 months ago
EventSystemTest.php merge master 10 months ago
FilterTest.php Merge branch 'master' into easier-access-to-request-headers 2 years ago
FlightAsyncTest.php merge master 10 months ago
FlightTest.php merge master 10 months ago
LoaderTest.php added ability to load classes with _ in them 2 years ago
MapTest.php refactored some errors. UI Tests and cleanup. 2 years ago
PdoWrapperTest.php merge master 10 months ago
README.md added phpunit to composer and tests updated 11 years ago
RedirectTest.php Fixed yoda comparisons 2 years ago
RegisterTest.php Merge branch 'master' into easier-access-to-request-headers 2 years ago
RenderTest.php Merge branch 'master' into easier-access-to-request-headers 2 years ago
RequestTest.php merge master 10 months ago
ResponseTest.php merge master 10 months ago
RouterTest.php merge master 10 months ago
UploadedFileTest.php merge master 10 months ago
VariableTest.php Merge branch 'master' into easier-access-to-request-headers 2 years ago
ViewTest.php merge master 10 months ago
phpunit_autoload.php Simplified tests 2 years ago
run_all_tests.sh added ability to load classes with _ in them 2 years 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