class TestClass

Provides a test class.

Hierarchy

  • class \Drupal\Tests\Component\Utility\TestClass

Expanded class hierarchy of TestClass

5 string references to 'TestClass'
AuthenticationProviderPassTest::testEncoders in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php
Tests encoders.
ErrorTest::providerTestFormatBacktrace in core/tests/Drupal/Tests/Core/Utility/ErrorTest.php
Data provider for testFormatBacktrace.
ErrorTest::providerTestGetLastCaller in core/tests/Drupal/Tests/Core/Utility/ErrorTest.php
Data provider for testGetLastCaller.
PhpUnitTestDiscoveryTest::testPhpUnitTestDiscoveryEqualsInternal in core/tests/Drupal/KernelTests/Core/Test/PhpUnitTestDiscoveryTest.php
Tests equality of test discovery between run-tests.sh and PHPUnit CLI.
RegisterSerializationClassesCompilerPassTest::testEncoders in core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php
Tests encoders.

File

core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php, line 195

Namespace

Drupal\Tests\Component\Utility
View source
class TestClass {
  public function access($foo) {
  }

}

Members

Title Sort descending Modifiers Object type Summary
TestClass::access public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.