Nelmio\Alice\Throwable\Exception\Generator\ObjectGenerator\ObjectGeneratorNotFoundExceptionTest::testIsExtensible PHP 메소드

testIsExtensible() 공개 메소드

public testIsExtensible ( )
    public function testIsExtensible()
    {
        $exception = new ChildObjectGeneratorNotFoundException();
        $this->assertInstanceOf(ChildObjectGeneratorNotFoundException::class, $exception);
    }