Bluz\Tests\Controller\ReflectionTest::testReflectionWithoutReturn PHP Method

testReflectionWithoutReturn() public method

Test reflection without return structure
    public function testReflectionWithoutReturn()
    {
        $controllerFile = dirname(__FILE__) . '/../Fixtures/Controllers/ConcreteWithoutReturn.php';
        $reflection = new Reflection($controllerFile);
        $reflection->process();
    }