Пример #1
0
 public function testTestJsonInvalid()
 {
     $app = $this->getApp();
     $handler = new TextHandler($app);
     $result = $handler->testJson('koala');
     $this->assertFalse($result);
 }