Exemplo n.º 1
0
 /**
  * @param string $code
  * @param string $expectation
  * @dataProvider getReferenceTypeDataProvider
  */
 public function testGetReferenceType($code, $expectation)
 {
     $this->assertEquals($expectation, $this->row->getReferenceType($code));
 }