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

Breadcrumb

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

function TestSuite::name

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php \PHPUnit\TextUI\Configuration\TestSuite::name()
  2. 11.1.x vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php \PHPUnit\Event\TestSuite\TestSuite::name()

@psalm-return non-empty-string

4 calls to TestSuite::name()
DataProviderTestSuite::provides in vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php
@psalm-return list<ExecutionOrderDependency>
DataProviderTestSuite::size in vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php
Returns the size of each test created using the data provider(s).
TestSuite::sortId in vendor/phpunit/phpunit/src/Framework/TestSuite.php
TestSuite::toString in vendor/phpunit/phpunit/src/Framework/TestSuite.php
Returns a string representation of the test suite.

File

vendor/phpunit/phpunit/src/Framework/TestSuite.php, line 301

Class

TestSuite
@template-implements IteratorAggregate<int, Test>

Namespace

PHPUnit\Framework

Code

public function name() : string {
    return $this->name;
}

API Navigation

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