interface Reorderable
@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
Hierarchy
- interface \PHPUnit\Framework\Reorderable
Expanded class hierarchy of Reorderable
All classes that implement Reorderable
2 files declare their use of Reorderable
- PhptTestCase.php in vendor/
phpunit/ phpunit/ src/ Runner/ PhptTestCase.php - TestSuiteSorter.php in vendor/
phpunit/ phpunit/ src/ Runner/ TestSuiteSorter.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Reorderable.php, line 17
Namespace
PHPUnit\FrameworkView source
interface Reorderable {
public function sortId() : string;
/**
* @psalm-return list<ExecutionOrderDependency>
*/
public function provides() : array;
/**
* @psalm-return list<ExecutionOrderDependency>
*/
public function requires() : array;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Reorderable::provides | public | function | @psalm-return list<ExecutionOrderDependency> | 3 |
Reorderable::requires | public | function | @psalm-return list<ExecutionOrderDependency> | 3 |
Reorderable::sortId | public | function | 3 |