Nelmio\Alice\Throwable\Exception\FixtureNotFoundExceptionTest::testIsExtensible PHP Method

testIsExtensible() public method

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