Пример #1
0
 public function testGetCharset()
 {
     $result = $this->app->getCharset();
     $this->assertEquals('UTF-8', $result);
 }