class Known
Same name in this branch
- 11.1.x vendor/phpunit/php-code-coverage/src/TestSize/Known.php \SebastianBergmann\CodeCoverage\Test\TestSize\Known
- 11.1.x vendor/phpunit/php-code-coverage/src/TestStatus/Known.php \SebastianBergmann\CodeCoverage\Test\TestStatus\Known
- 11.1.x vendor/phpunit/phpunit/src/Framework/TestStatus/Known.php \PHPUnit\Framework\TestStatus\Known
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
@psalm-immutable
Hierarchy
- class \PHPUnit\Framework\TestSize\TestSize
- class \PHPUnit\Framework\TestSize\Known extends \PHPUnit\Framework\TestSize\TestSize
Expanded class hierarchy of Known
1 file declares its use of Known
- PassedTests.php in vendor/
phpunit/ phpunit/ src/ Runner/ TestResult/ PassedTests.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ TestSize/ Known.php, line 19
Namespace
PHPUnit\Framework\TestSizeView source
abstract class Known extends TestSize {
/**
* @psalm-assert-if-true Known $this
*/
public function isKnown() : bool {
return true;
}
public abstract function isGreaterThan(self $other) : bool;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
Known::isGreaterThan | abstract public | function | 3 | ||
Known::isKnown | public | function | @psalm-assert-if-true Known $this | Overrides TestSize::isKnown | |
TestSize::asString | abstract public | function | 4 | ||
TestSize::isLarge | public | function | @psalm-assert-if-true Large $this | 1 | |
TestSize::isMedium | public | function | @psalm-assert-if-true Medium $this | 1 | |
TestSize::isSmall | public | function | @psalm-assert-if-true Small $this | 1 | |
TestSize::isUnknown | public | function | @psalm-assert-if-true Unknown $this | 1 | |
TestSize::large | public static | function | |||
TestSize::medium | public static | function | |||
TestSize::small | public static | function | |||
TestSize::unknown | public static | function |