MvcLite\View\Helper\Exception::render
Returns a string representation of an expected exception
Signature
public function render([Exception
$exception = null] )
Parameters
$exception
—
object
Returns
- string
Test Coverage
Information
- Coverage: 3/3 Lines (100%)
- Tests: 2
- Passed: 2 (100%)
Tests
- [ PASSED ] — MvcLite\ViewHelperExceptionTest::testRender with data set "basic test"
- [ PASSED ] — MvcLite\ViewHelperExceptionTest::testRender with data set "null exception"