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 751f17be0d
Fixed conflicting typehint in Loader::class
1 year ago
..
classes 100% Coverage for core Classes 1 year ago
views Added support for custom template file extensions. 9 years ago
AutoloadTest.php cleaned up some unit test requires 1 year ago
CollectionTest.php 100% code coverage everywhere now 1 year ago
DispatcherTest.php 100% Coverage Dispatcher Class 1 year ago
EngineTest.php Fixed conflicting typehint in Loader::class 1 year ago
FilterTest.php cleaned up some unit test requires 1 year ago
FlightTest.php Fixes for group routing 1 year ago
LoaderTest.php Lots of tweaks for middleware. Cleaned up old code. 1 year ago
MapTest.php cleaned up some unit test requires 1 year ago
PdoWrapperTest.php Unit tests and such 1 year ago
README.md added phpunit to composer and tests updated 10 years ago
RedirectTest.php cleaned up some unit test requires 1 year ago
RegisterTest.php cleaned up some unit test requires 1 year ago
RenderTest.php cleaned up some unit test requires 1 year ago
RequestTest.php 100% coverage for Request and Route 1 year ago
ResponseTest.php Engine at 100% coverage 1 year ago
RouterTest.php Merge pull request #514 from flightphp/middleware 1 year ago
VariableTest.php cleaned up some unit test requires 1 year ago
ViewTest.php Added typehints to View::class 1 year ago
phpunit_autoload.php cleaned up some unit test requires 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