Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 16, 2020
1 parent f8e16ad commit c1e8f6f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use PHPStan\Rules\Rule;
use PHPStan\Testing\RuleTestCase;
use UninitializedProperty\TestCase;
use const PHP_VERSION_ID;

/**
Expand All @@ -16,7 +15,7 @@ class UninitializedPropertyRuleTest extends RuleTestCase
protected function getRule(): Rule
{
return new UninitializedPropertyRule([
TestCase::class . '::setUp',
'UninitializedProperty\\TestCase::setUp',
]);
}

Expand Down

0 comments on commit c1e8f6f

Please sign in to comment.