Graze\Supervisor\Handler\ExceptionHandlerTest::testDecorator PHP Метод

testDecorator() публичный Метод

public testDecorator ( )
    public function testDecorator()
    {
        $this->assertInstanceOf('Graze\\Supervisor\\Handler\\DecoratedHandler', $this->handler);
    }