Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Reorderable.php

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\Framework
View 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&lt;ExecutionOrderDependency&gt; 3
Reorderable::requires public function @psalm-return list&lt;ExecutionOrderDependency&gt; 3
Reorderable::sortId public function 3
RSS feed
Powered by Drupal