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