Pipe\Test\Compressor\YuglifyTest::testJs PHP Method

testJs() public method

public testJs ( )
    function testJs()
    {
        $c = new YuglifyJs(__DIR__ . '/fixtures/test.js');
        $this->assertNotEmpty($c->render());
    }