Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiatorTest::testIsAnInstantiator PHP Method

testIsAnInstantiator() public method

    public function testIsAnInstantiator()
    {
        $this->assertTrue(is_a(ExistingInstanceInstantiator::class, InstantiatorInterface::class, true));
    }