You are here

interface TestInterface in Drupal 10

Same name in this branch
  1. 10 core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php \Drupal\Tests\Core\DependencyInjection\TestInterface
  2. 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestInterface
Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php \Drupal\Tests\Core\DependencyInjection\TestInterface
  2. 9 core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php \Drupal\Tests\Core\DependencyInjection\TestInterface

A test interface for testing ContainerBuilder::__construct().

Hierarchy

Expanded class hierarchy of TestInterface

All classes that implement TestInterface

See also

\Drupal\Tests\Core\DependencyInjection\ContainerBuilderTest::testConstructor()

File

core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php, line 136

Namespace

Drupal\Tests\Core\DependencyInjection
View source
interface TestInterface {

}

Members