Beispiel #1
0
 /**
  * @dataProvider simpleArrayProvider
  */
 public function testIsNumeric(array $array, $type = false)
 {
     $ma = new ImmutableArray($array);
     $this->assertTrue(($type === 'numeric') === $ma->isNumeric());
 }