This commit is contained in:
calcu1on
2025-03-15 17:25:17 -04:00
parent 9dbfbeecef
commit d38d4aabc1
105 changed files with 2469 additions and 1484 deletions

View File

@@ -20,10 +20,12 @@ class WebScraperTest extends UnitTestCase {
}
/**
* @dataProvider extractFighterNamesDataProvider
*
*/
public function testExtractFighterNames($test_input) {
$this->assertEquals("1", 2, "These do not match.");
public function testGetCurrentFighters() {
$fighters = $this->fighterImporter->getListOfCurrentFighters();
dump($fighters);
/* $this->assertEquals("1", 2, "These do not match."); */
}
}