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

testPlaceholderInCustomNameShouldBeReplaced() public method

    public function testPlaceholderInCustomNameShouldBeReplaced()
    {
        $this->bundle->setName('custom_bundle_%s');
        $this->assertNotEquals('custom_bundle_%s.css', basename($this->bundle->getCssBundlePath()));
        $this->assertNotEquals('custom_bundle_%s.js', basename($this->bundle->getJsBundlePath()));
    }