Pipe\Test\EnvironmentTest::testSetCssCompressorRegistersBundleProcessor PHP Метод

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

    function testSetCssCompressorRegistersBundleProcessor()
    {
        $this->environment->setCssCompressor('yuglify_css');
        $bundleProcessors = $this->environment->bundleProcessors;
        $this->assertTrue($bundleProcessors->isRegistered($this->environment->contentType('.css'), '\\Pipe\\Compressor\\YuglifyCss'));
    }