Nelmio\Alice\Generator\Instantiator\Chainable\AbstractChainableInstantiatorTest::testIsAChainableInstantiator PHP Method

testIsAChainableInstantiator() public method

    public function testIsAChainableInstantiator()
    {
        $this->assertTrue(is_a(AbstractChainableInstantiator::class, ChainableInstantiatorInterface::class, true));
    }