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 537ea032d8
request header shortcut and lots of unit test fixes for phpcs
1 year ago
..
classes request header shortcut and lots of unit test fixes for phpcs 1 year ago
views Added support for custom template file extensions. 9 years ago
AutoloadTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
CollectionTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
DispatcherTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
EngineTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
FilterTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
FlightTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
LoaderTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
MapTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
PdoWrapperTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
RegisterTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
RenderTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
RequestTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
ResponseTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
RouterTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
VariableTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
ViewTest.php request header shortcut and lots of unit test fixes for phpcs 1 year ago
phpunit_autoload.php added PSR12 coding style to files. 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