Skip to content

Commit 8f0c291

Browse files
committed
Fix: Rename test method
1 parent 50392eb commit 8f0c291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ parameters:
206206
path: test/Unit/DurationTest.php
207207

208208
-
209-
message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Exception\\\\InvalidCountTest\\:\\:testNotGreaterThanZeroReturnsException\\(\\) has no return type specified\\.$#"
209+
message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Exception\\\\InvalidCountTest\\:\\:testNotGreaterThanOrEqualToZeroReturnsException\\(\\) has no return type specified\\.$#"
210210
count: 1
211211
path: test/Unit/Exception/InvalidCountTest.php
212212

test/Unit/Exception/InvalidCountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class InvalidCountTest extends Framework\TestCase
2424
{
2525
use Test\Util\Helper;
2626

27-
public function testNotGreaterThanZeroReturnsException()
27+
public function testNotGreaterThanOrEqualToZeroReturnsException()
2828
{
2929
$value = self::faker()->numberBetween();
3030

0 commit comments

Comments
 (0)