MvcLite\Dispatcher::dispatch
dispatch
This is the main entry point for dispatching a request
Signature
public function dispatch()
Test Coverage
Information
- Coverage: 32/32 Lines (100%)
- Tests: 2
- Passed: 2 (100%)
Tests
- [ PASSED ] — MvcLite\DispatcherTest::testDispatch with data set "good controller request"
- [ PASSED ] — MvcLite\DispatcherTest::testDispatch with data set "bad controller request"