Пример #1
0
 /**
  * @testdox ``getSchema()``
  * @cover ::getSchema
  * @dataProvider dataProviderHistory
  * @test
  */
 public function getSchema(History $history)
 {
     $this->assertInternalType('array', $history->getSchema());
 }