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

Breadcrumb

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

class TestDirectoryNotFoundException

@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

  • class \PHPUnit\TextUI\TestDirectoryNotFoundException extends \RuntimeException implements \PHPUnit\TextUI\Exception

Expanded class hierarchy of TestDirectoryNotFoundException

2 files declare their use of TestDirectoryNotFoundException
TestSuiteBuilder.php in vendor/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php
TestSuiteMapper.php in vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php

File

vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php, line 20

Namespace

PHPUnit\TextUI
View source
final class TestDirectoryNotFoundException extends RuntimeException implements Exception {
    public function __construct(string $path) {
        parent::__construct(sprintf('Test directory "%s" not found', $path));
    }

}

Members

Title Sort descending Modifiers Object type Summary
TestDirectoryNotFoundException::__construct public function

API Navigation

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