Exemplo n.º 1
0
 /**
  * @dataProvider getOrSetDP
  */
 public function testGetOrSet($a, $b, $c, $d)
 {
     $obj = new _Utils();
     $this->string($obj->getOrSet($a, $b, $c))->isEqualTo($d);
 }