Пример #1
0
 public function testGetName()
 {
     $result = $this->app->getName();
     $this->assertEquals('App', $result);
 }