Пример #1
0
 public function testGetId()
 {
     $ext = new BasicExtension();
     $this->assertSame('Bolt/Basic', $ext->getId());
 }