class FooBar

Hierarchy

Expanded class hierarchy of FooBar

2 string references to 'FooBar'
KernelTest::testInitializeBundlesThrowsExceptionWhenAParentDoesNotExists in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php
@expectedException \LogicException
ReferenceTest::testCaseInsensitive in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php

File

drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php, line 14

Namespace

Apc\Namespaced
View source
class FooBar {
  public static $loaded = true;

}

Members