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

testCustomNameShouldBeUsed() public méthode

    public function testCustomNameShouldBeUsed()
    {
        $this->bundle->setName('custom_bundle');
        $this->assertEquals('custom_bundle.css', basename($this->bundle->getCssBundlePath()));
        $this->assertEquals('custom_bundle.js', basename($this->bundle->getJsBundlePath()));
    }