Skip to content

Commit db58a94

Browse files
committed
fix namespace
1 parent c9f5aae commit db58a94

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/Rules/PHPUnit/AttributeRequiresSinglePhpVersionRuleTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<?php declare(strict_types = 1);
22

3-
namespace Rules\PHPUnit;
3+
namespace PHPStan\Rules\PHPUnit;
44

55
use PHPStan\Php\ConfiguredPhpVersionRangeHelper;
6-
use PHPStan\Rules\PHPUnit\AttributeRequiresPhpVersionRule;
7-
use PHPStan\Rules\PHPUnit\AttributeVersionRequirementHelper;
8-
use PHPStan\Rules\PHPUnit\PHPUnitVersion;
9-
use PHPStan\Rules\PHPUnit\TestMethodsHelper;
106
use PHPStan\Rules\Rule;
117
use PHPStan\Testing\RuleTestCase;
128
use PHPStan\Type\FileTypeMapper;

0 commit comments

Comments
 (0)