Exemplo n.º 1
0
 /**
  * @dataProvider provider
  */
 public function testConstruction(BusinessType $businessType, $expectedIsDefined, $expectedToString)
 {
     $this->assertEquals($expectedToString, $businessType->__toString());
     $this->assertEquals($expectedIsDefined, $businessType->isDefined());
 }