Hostnet\Component\Webpack\Configuration\Loader\CoffeeScriptLoaderTest::testGetCodeBlock PHP Method

testGetCodeBlock() public method

public testGetCodeBlock ( )
    public function testGetCodeBlock()
    {
        $config = new CoffeeScriptLoader(['loaders' => ['coffee' => ['enabled' => true, 'loader' => 'coffee']]]);
        $block = $config->getCodeBlocks()[0];
        $this->assertTrue($block->has(CodeBlock::LOADER));
    }