You are here

class TestClass in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/sebastian/comparator/tests/_files/TestClass.php \SebastianBergmann\Comparator\TestClass
  2. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php \Foo\Bar\TestClass
  3. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php \Foo\BarScoped\TestClass
  4. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/issue19.php \TestClass
  5. 8.0 core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php \Drupal\Tests\Core\TypedData\TestClass
  6. 8.0 core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php \Drupal\Tests\Component\Utility\TestClass
  7. 8.0 core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php \Drupal\Tests\simpletest\Unit\TestClass
  8. 8.0 core/modules/system/tests/modules/service_provider_test/src/TestClass.php \Drupal\service_provider_test\TestClass
  9. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/annotation/TestClass.php \Doctrine\TestClass
Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php \Drupal\Tests\Component\Utility\TestClass

Provides a test class.

Hierarchy

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

Expanded class hierarchy of TestClass

2 string references to 'TestClass'
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.

File

core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php, line 199
Contains \Drupal\Tests\Component\Utility\ArgumentsResolverTest.

Namespace

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

}

Members