Пример #1
0
 /**
  * @testdox ``isLost()``
  * @cover ::isLost
  * @dataProvider dataProviderAnalizer
  * @test
  */
 public function isLost(History $history, $expected)
 {
     $this->assertSame($expected['lost'], $history->factoryAnalizer()->isLost());
 }