Pipe\Test\AssetTest::testFormatExtensions PHP Метод

testFormatExtensions() публичный Метод

public testFormatExtensions ( $input, $expected )
    function testFormatExtensions($input, $expected)
    {
        $env = new Environment();
        $asset = new ProcessedAsset($env, $input, $input);
        $this->assertEquals($expected, $asset->getFormatExtension());
    }