示例#1
0
 /**
  * @dataProvider getRepositorySearchResultsDP
  */
 public function testGeRepositorySearchResults($a, $b, $c)
 {
     $obj = new _ShowResults();
     $this->array($obj->getRepositorySearchResults($a, $b))->isIdenticalTo($c);
 }