class TestClass in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/sebastian/comparator/tests/_files/TestClass.php \SebastianBergmann\Comparator\TestClass
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php \Foo\Bar\TestClass
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php \Foo\BarScoped\TestClass
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/issue19.php \TestClass
- 8.0 core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php \Drupal\Tests\Core\TypedData\TestClass
- 8.0 core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php \Drupal\Tests\Component\Utility\TestClass
- 8.0 core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php \Drupal\Tests\simpletest\Unit\TestClass
- 8.0 core/modules/system/tests/modules/service_provider_test/src/TestClass.php \Drupal\service_provider_test\TestClass
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/annotation/TestClass.php \Doctrine\TestClass
Same name and namespace in other branches
- 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\UtilityView source
class TestClass {
public function access($foo) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TestClass:: |
public | function |