Пример #1
0
 /**
  * @return void
  */
 public function testResponseDataFormat()
 {
     $backend = new Backend($this->getConnector('select'));
     $result = $backend->search(new Query(), 0, 100, $this->getParamBag());
     $this->assertTrue($result instanceof RecordCollection, 'Response is of Type Json\\RecordCollection.');
 }