Enhancement: Extract SlowTestList
#2119
Annotations
10 errors
Run phpstan/phpstan:
src/Reporter/DefaultReporter.php#L40
Property Ergebnis\PHPUnit\SlowTestDetector\Reporter\DefaultReporter::$durationComparator is never read, only written.
|
Run phpstan/phpstan:
test/Unit/CountTest.php#L51
Method Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\CountTest::testEqualsReturnsFalseWhenValueIsDifferent() has no return type specified.
|
Run phpstan/phpstan:
test/Unit/CountTest.php#L61
Method Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\CountTest::testEqualsReturnsTrueWhenValueIsSame() has no return type specified.
|
Run phpstan/phpstan:
test/Unit/Exception/InvalidCountTest.php#L1
Ignored error pattern #^Method Ergebnis\\PHPUnit\\SlowTestDetector\\Test\\Unit\\Exception\\InvalidCountTest\:\:testNotGreaterThanZeroReturnsException\(\) has no return type specified\.$# in path /home/runner/work/phpunit-slow-test-detector/phpunit-slow-test-detector/test/Unit/Exception/InvalidCountTest.php was not matched in reported errors.
|
Run phpstan/phpstan:
test/Unit/Exception/InvalidCountTest.php#L27
Method Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Exception\InvalidCountTest::testNotGreaterThanOrEqualToZeroReturnsException() has no return type specified.
|
Run phpstan/phpstan:
test/Unit/Exception/SlowTestListIsEmptyTest.php#L24
Method Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Exception\SlowTestListIsEmptyTest::testFromPhaseIdentifierReturnsException() has no return type specified.
|
Run phpstan/phpstan:
test/Unit/Reporter/DefaultReporterTest.php#L1
Ignored error pattern #^Method Ergebnis\\PHPUnit\\SlowTestDetector\\Test\\Unit\\Reporter\\DefaultReporterTest\:\:testReportReturnsEmptyStringWhenThereAreNoSlowTests\(\) has no return type specified\.$# in path /home/runner/work/phpunit-slow-test-detector/phpunit-slow-test-detector/test/Unit/Reporter/DefaultReporterTest.php was not matched in reported errors.
|
Run phpstan/phpstan:
test/Unit/Reporter/DefaultReporterTest.php#L1
Ignored error pattern #^Method Ergebnis\\PHPUnit\\SlowTestDetector\\Test\\Unit\\Reporter\\DefaultReporterTest\:\:testReportReturnsReportWhenThereAreFewerSlowTestsThanMaximumCount\(\) has no return type specified\.$# in path /home/runner/work/phpunit-slow-test-detector/phpunit-slow-test-detector/test/Unit/Reporter/DefaultReporterTest.php was not matched in reported errors.
|
Run phpstan/phpstan:
test/Unit/Reporter/DefaultReporterTest.php#L43
Method Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Reporter\DefaultReporterTest::testReportReturnsEmptyStringWhenSlowTestListIsEmpty() has no return type specified.
|
Run phpstan/phpstan:
test/Unit/Reporter/DefaultReporterTest.php#L62
Method Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Reporter\DefaultReporterTest::testReportReturnsReportWhenSlowTestListHasFewerSlowTestsThanMaximumCount() has no return type specified.
|
Loading