ApiPlatform\Core\Tests\Bridge\Symfony\Bundle\DependencyInjection\ApiPlatformExtensionTest::testConstruct PHP 메소드

testConstruct() 공개 메소드

public testConstruct ( )
    public function testConstruct()
    {
        $this->extension = new ApiPlatformExtension();
        $this->assertInstanceOf(PrependExtensionInterface::class, $this->extension);
        $this->assertInstanceOf(ExtensionInterface::class, $this->extension);
        $this->assertInstanceOf(ConfigurationExtensionInterface::class, $this->extension);
    }