Пример #1
0
 /**
  * @dataProvider dataTestQuery
  *
  * @param string $serviceName
  * @param string $instanceOf
  */
 public function testQuery($serviceName, $instanceOf)
 {
     $this->assertInstanceOf($instanceOf, $this->server->query($serviceName), 'Service "' . $serviceName . '"" did not return the right class');
 }