Exemple #1
0
 /**
  * @dataProvider getLengthDP
  */
 public function testGetLength($a, $b)
 {
     $obj = new _Utils();
     $this->integer($obj->getLength($a))->isEqualTo($b);
 }