Author: Florian Eckerstorfer (florian@eckerstorfer.co)
Inheritance: extends Symfony\Component\HttpKernel\Bundle\Bundle
Example #1
0
 /**
  * @covers Cocur\Slugify\Bridge\Symfony\CocurSlugifyBundle::getContainerExtension()
  */
 public function testGetContainerExtension()
 {
     $bundle = new CocurSlugifyBundle();
     static::assertInstanceOf(CocurSlugifyExtension::class, $bundle->getContainerExtension());
 }