You are here

class RegistryAutoloadTestTest in Registry Autoload 7

Same name in this branch
  1. 7 tests/modules/registry_autoload_test/includes/RegistryAutoloadTestTest.class.php \RegistryAutoloadTestTest
  2. 7 tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTest.php \Drupal\registry_autoload_test\Cache\RegistryAutoloadTestTest
  3. 7 tests/modules/registry_autoload_test/lib/Drupal/Core/Cache/RegistryAutoloadTestTest.php \Drupal\Core\Cache\RegistryAutoloadTestTest
  4. 7 tests/modules/registry_autoload_test/custom/some/name/space/RegistryAutoloadTestTest.php \custom\some\name\space\RegistryAutoloadTestTest
  5. 7 tests/modules/registry_autoload_test/sites/all/libraries/test-library/lib/SomeVendor/SomeComponent/RegistryAutoloadTestTest.php \SomeVendor\SomeComponent\RegistryAutoloadTestTest
  6. 7 tests/modules/registry_autoload_test/sites/all/libraries/test-library/src/SomeOtherVendor/SomeComponent/RegistryAutoloadTestTest.php \SomeOtherVendor\SomeComponent\RegistryAutoloadTestTest

Hierarchy

Expanded class hierarchy of RegistryAutoloadTestTest

File

tests/modules/registry_autoload_test/custom/some/name/space/RegistryAutoloadTestTest.php, line 9
Tests that custom namespace classes get registered correctly.

Namespace

custom\some\name\space
View source
class RegistryAutoloadTestTest {

  /**
   * Constructs a RegistryAutoloadTestTest object.
   */
  public function __construct() {
    print "Hello custom some namespace\n";
  }

}

Members

Namesort descending Modifiers Type Description Overrides
RegistryAutoloadTestTest::__construct public function Constructs a RegistryAutoloadTestTest object.