Skip to content

Commit

Permalink
Remove bad provider call in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Aug 26, 2024
1 parent 546c20d commit 304a01e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions phpunit/functional/ImpactTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,7 @@ protected function bfsProvider()
];
}

/**
* @dataProvider bfsProvider
*/
public function testBfs($a, $b, $direction, $result)
public function testBfs()
{
$provider = $this->bfsProvider();
foreach ($provider as $row) {
Expand Down

0 comments on commit 304a01e

Please sign in to comment.