things
This commit is contained in:
@@ -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."); */
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user