示例#1
0
 /**
  * @testdox ``factoryElement()``
  * @cover ::factoryElement
  * @dataProvider dataProviderHistory
  * @test
  */
 public function factoryElement(History $history)
 {
     $this->assertSame(5, $history->count());
 }