class SomeClass in Zircon Profile 8
Same name in this branch
- 8 vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php \SomeClass
- 8 vendor/symfony/class-loader/Tests/Fixtures/classmap/SomeClass.php \ClassMap\SomeClass
- 8 core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php \Drupal\module_autoload_test\SomeClass
Same name and namespace in other branches
- 8.0 vendor/symfony/class-loader/Tests/Fixtures/classmap/SomeClass.php \ClassMap\SomeClass
Hierarchy
- class \ClassMap\SomeParent
- class \ClassMap\SomeClass implements SomeInterface
Expanded class hierarchy of SomeClass
15 string references to 'SomeClass'
- ClassMirrorSpec::it_does_not_throw_exception_for_virtually_private_finals in vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ Generator/ ClassMirrorSpec.php - ClassMirrorSpec::it_ignores_virtually_private_methods in vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ Generator/ ClassMirrorSpec.php - Framework_MockObjectTest::testFunctionCallback in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockedMethodIsCalledOnceWithParameter in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockedMethodIsNeverCalledWithParameter in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php
File
- vendor/
symfony/ class-loader/ Tests/ Fixtures/ classmap/ SomeClass.php, line 14
Namespace
ClassMapView source
class SomeClass extends SomeParent implements SomeInterface {
}