Ejemplo n.º 1
0
 /**
  * @dataProvider agoDP
  */
 public function testAgo($a, $b, $c)
 {
     $obj = new _Utils();
     $this->string($obj->ago($a, $b))->contains($c);
 }