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