コード例 #1
0
 /**
  * Added by Rick
  *
  * @param PHPFIT_Parse $tables
  * @return PHPFIT_Fixture
  * @throws Throwable
  */
 protected function getLinkedFixtureWithArgs($tables)
 {
     $header = $tables->at(0, 0, 0);
     $fixture = $this->loadFixture($header->text());
     $fixture->counts = $this->counts;
     $fixture->summary = $this->summary;
     $fixture->getArgsForTable($tables);
     return $fixture;
 }