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