luyatests\core\ExceptionTest::testException PHP Method

testException() public method

public testException ( )
    public function testException()
    {
        throw new \luya\Exception('fixme');
    }