예제 #1
0
 /**
  * @dataProvider stringProvider
  */
 public function testParseText($string, $expected, $attribute)
 {
     $column = new Column();
     $column->parseText($string);
     $this->assertAttributeEquals($expected, $attribute, $column);
 }