예제 #1
0
 /**
  * @dataProvider data_toString
  */
 public function test_toString(Period $input, $expected)
 {
     $this->assertEquals($input->__toString(), $expected);
 }