DotsUnited\BundleFu\Tests\BundleTest::testCustomNameShouldBeUsed PHP Method

testCustomNameShouldBeUsed() public method

    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()));
    }