DotsUnited\BundleFu\Tests\BundleTest::testBundleJsFilesShouldIncludeJsContent PHP Méthode

testBundleJsFilesShouldIncludeJsContent() public méthode

    public function testBundleJsFilesShouldIncludeJsContent()
    {
        $this->bundle->start();
        echo $this->includeAll();
        $this->bundle->end();
        $this->bundle->render();
        $this->assertFileMatch($this->bundle->getJsBundlePath(), "function js_1()");
    }