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

Breadcrumb

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

interface ResultCache

@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\Runner\ResultCache\ResultCache

Expanded class hierarchy of ResultCache

All classes that implement ResultCache

3 files declare their use of ResultCache
Application.php in vendor/phpunit/phpunit/src/TextUI/Application.php
TestRunner.php in vendor/phpunit/phpunit/src/TextUI/TestRunner.php
TestSuiteSorter.php in vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php

File

vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php, line 19

Namespace

PHPUnit\Runner\ResultCache
View source
interface ResultCache {
    public function setStatus(string $id, TestStatus $status) : void;
    public function status(string $id) : TestStatus;
    public function setTime(string $id, float $time) : void;
    public function time(string $id) : float;
    public function load() : void;
    public function persist() : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ResultCache::load public function 2
ResultCache::persist public function 2
ResultCache::setStatus public function 2
ResultCache::setTime public function 2
ResultCache::status public function 2
ResultCache::time public function 2

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal