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 c6754dfe59
added some methods to help with async frameworks
1 year ago
..
classes added PSR12 coding style to files. 1 year ago
views Added support for custom template file extensions. 9 years ago
AutoloadTest.php added PSR12 coding style to files. 1 year ago
CollectionTest.php added PSR12 coding style to files. 1 year ago
DispatcherTest.php added PSR12 coding style to files. 1 year ago
EngineTest.php added PSR12 coding style to files. 1 year ago
FilterTest.php added PSR12 coding style to files. 1 year ago
FlightTest.php added some methods to help with async frameworks 1 year ago
LoaderTest.php added PSR12 coding style to files. 1 year ago
MapTest.php added PSR12 coding style to files. 1 year ago
PdoWrapperTest.php added PSR12 coding style to files. 1 year ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php added PSR12 coding style to files. 1 year ago
RegisterTest.php added PSR12 coding style to files. 1 year ago
RenderTest.php added PSR12 coding style to files. 1 year ago
RequestTest.php added PSR12 coding style to files. 1 year ago
ResponseTest.php added some methods to help with async frameworks 1 year ago
RouterTest.php added PSR12 coding style to files. 1 year ago
VariableTest.php added PSR12 coding style to files. 1 year ago
ViewTest.php added PSR12 coding style to files. 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