Esempio n. 1
0
 /**
  * @dataProvider testParseStringDataProvider
  */
 public function testParseString($inputString, $exceptedValue)
 {
     $this->assertEquals($exceptedValue, $this->object->parseString($inputString));
 }