Пример #1
0
 public function testHclassArrayRaw()
 {
     $app = $this->getApp();
     $handler = new AdminHandler($app);
     $result = $handler->hclass(['first', 'second'], true);
     $this->assertSame('first second', $result);
 }