Example #1
0
 /**
  * @dataProvider getRawDataTypeDataProvider
  */
 public function testGetRawDataType($data_type, $result)
 {
     $this->expectVarAnnotation($data_type);
     $this->assertSame($result, $this->property->getRawDataType());
 }