Наследование: extends Symfony\Component\HttpKernel\Bundle\Bundle
Пример #1
0
 /**
  * Tests the getPath() method.
  */
 public function testGetPath()
 {
     $this->assertEquals($this->getRootDir() . '/system/modules/foobar', $this->bundle->getPath());
 }