Skip to content

Commit b2f43eb

Browse files
committed
simplify
1 parent 775b2ad commit b2f43eb

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

extension.neon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ services:
5353
class: PHPStan\Rules\PHPUnit\AnnotationHelper
5454

5555
-
56-
class: PHPStan\Rules\PHPUnit\PHPUnitVersionDetector
56+
class: PHPStan\Rules\PHPUnit\TestMethodsHelper
5757

5858
-
59-
class: PHPStan\Rules\PHPUnit\TestMethodsHelper
60-
factory: @PHPStan\Rules\PHPUnit\TestMethodsHelperFactory::create()
59+
class: PHPStan\Rules\PHPUnit\PHPUnitVersion
60+
factory: @PHPStan\Rules\PHPUnit\PHPUnitVersionDetector::getPHPUnitVersion()
6161
-
62-
class: PHPStan\Rules\PHPUnit\TestMethodsHelperFactory
62+
class: PHPStan\Rules\PHPUnit\PHPUnitVersionDetector
6363

6464
-
6565
class: PHPStan\Rules\PHPUnit\DataProviderHelper

src/Rules/PHPUnit/TestMethodsHelperFactory.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)