Skip to content

Commit

Permalink
RunCest: Improve data provider output of html report tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Jun 21, 2022
1 parent 71ab0a1 commit 0f93270
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/cli/RunCest.php
Expand Up @@ -916,16 +916,6 @@ public function getTestCase()
return $this->testCase;
}

/**
* Allows for nice output in @dataProvider usage.
*
* @return string
*/
public function __toString()
{
return $this->getTestClass() . ':' . $this->getTestCase();
}

/**
* @param $step string
* @param $arg string
Expand Down

0 comments on commit 0f93270

Please sign in to comment.