File tree Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1919#[Framework \Attributes \CoversClass(Test \Fixture \Sleeper::class)]
2020final class SleeperTest extends Framework \TestCase
2121{
22- use Test \Util \Helper;
23-
2422 public function testSleeperDoesNotSleepAtAll (): void
2523 {
2624 $ milliseconds = 0 ;
Original file line number Diff line number Diff line change 1515
1616use Ergebnis \PHPUnit \SlowTestDetector \Comparator ;
1717use Ergebnis \PHPUnit \SlowTestDetector \Duration ;
18- use Ergebnis \PHPUnit \SlowTestDetector \Test ;
1918use PHPUnit \Framework ;
2019
2120/**
2524 */
2625final class DurationComparatorTest extends Framework \TestCase
2726{
28- use Test \Util \Helper;
29-
3027 public function testReturnsMinusOneWhenOneIsLessThanTwo (): void
3128 {
3229 $ one = Duration::fromSecondsAndNanoseconds (
Original file line number Diff line number Diff line change 1414namespace Ergebnis \PHPUnit \SlowTestDetector \Test \Unit \Exception ;
1515
1616use Ergebnis \PHPUnit \SlowTestDetector \Exception ;
17- use Ergebnis \PHPUnit \SlowTestDetector \Test ;
1817use PHPUnit \Framework ;
1918
2019/**
2120 * @covers \Ergebnis\PHPUnit\SlowTestDetector\Exception\InvalidTestIdentifier
2221 */
2322final class InvalidTestIdentifierTest extends Framework \TestCase
2423{
25- use Test \Util \Helper;
26-
2724 public function testBlankOrEmptyReturnsException (): void
2825 {
2926 $ exception = Exception \InvalidTestIdentifier::blankOrEmpty ();
Original file line number Diff line number Diff line change 1515
1616use Ergebnis \PHPUnit \SlowTestDetector \Duration ;
1717use Ergebnis \PHPUnit \SlowTestDetector \Formatter ;
18- use Ergebnis \PHPUnit \SlowTestDetector \Test ;
1918use PHPUnit \Framework ;
2019
2120/**
2524 */
2625final class DefaultDurationFormatterTest extends Framework \TestCase
2726{
28- use Test \Util \Helper;
29-
3027 /**
3128 * @dataProvider provideDurationAndFormattedDuration
3229 */
You can’t perform that action at this time.
0 commit comments