Bolt\Tests\Asset\AssetsProviderTest::testEmptyProcessAssetsSnippets PHP Метод

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

    public function testEmptyProcessAssetsSnippets()
    {
        $app = $this->getApp();
        $response = new Response('html');
        $app['asset.queue.snippet']->process($this->getRequest(), $response);
        $this->assertEquals('html', $response->getContent());
    }