Example #1
0
 /**
  * @dataProvider isDataTypeArrayProvider
  */
 public function testIsDataTypeArray($data_type, $is_array)
 {
     $this->expectVarAnnotation($data_type);
     $this->assertSame($is_array, $this->property->isDataTypeArray());
 }