Exemplo n.º 1
0
 /**
  * Test for getTypeClass
  *
  * @param string $type   Type to check
  * @param string $output Expected result
  *
  * @return void
  *
  * @dataProvider providerFortTestGetTypeClass
  */
 public function testGetTypeClass($type, $output)
 {
     $this->assertEquals(
         $output,
         $this->object->getTypeClass($type)
     );
 }