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

testPlaceholderInCustomNameShouldBeReplaced() public méthode

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