RegistryAutoloadTestTest.class.php |
tests/modules/registry_autoload_test/includes/RegistryAutoloadTestTest.class.php |
|
Tests that non namespaced classes get registered correctly. |
RegistryAutoloadTestTest.php |
tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTest.php |
Drupal\registry_autoload_test\Cache |
Tests that PSR-4 namespaced classes and interfaces get registered correctly. |
RegistryAutoloadTestTest.php |
tests/modules/registry_autoload_test/lib/Drupal/Core/Cache/RegistryAutoloadTestTest.php |
Drupal\Core\Cache |
Tests that PSR-0 namespaced classes get registered correctly. |
RegistryAutoloadTestTest.php |
tests/modules/registry_autoload_test/custom/some/name/space/RegistryAutoloadTestTest.php |
custom\some\name\space |
Tests that custom namespace classes get registered correctly. |
RegistryAutoloadTestTest.php |
tests/modules/registry_autoload_test/sites/all/libraries/test-library/lib/SomeVendor/SomeComponent/RegistryAutoloadTestTest.php |
SomeVendor\SomeComponent |
Tests that classes in arbitrary paths get registered correctly. |
RegistryAutoloadTestTest.php |
tests/modules/registry_autoload_test/sites/all/libraries/test-library/src/SomeOtherVendor/SomeComponent/RegistryAutoloadTestTest.php |
SomeOtherVendor\SomeComponent |
Tests that classes in arbitrary paths get registered correctly. |
RegistryAutoloadTestTestInterface.php |
tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTestInterface.php |
Drupal\registry_autoload_test\Cache |
Tests that PSR-4 namespaced classes and interfaces get registered correctly. |
RegistryAutoloadTestTestTrait.php |
tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTestTrait.php |
Drupal\registry_autoload_test\Cache |
\Contains \Drupal\registry_autoload_test\Cache\RegistryAutoloadTestTestTrait; |
RegistryAutoloadTestTraitTest.php |
tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTraitTest.php |
Drupal\registry_autoload_test\Cache |
Tests that traits work properly. |
registry_autoload.api.php |
registry_autoload.api.php |
|
Hook implementations provided by registry_autoload.module. |
registry_autoload.info |
registry_autoload.info |
|
name = Registry Autoload
description = Adds support for PSR-0 and PSR-4 to the Drupal 7 core registry.
core = 7.x
files[] = registry_autoload.test |
registry_autoload.module |
registry_autoload.module |
|
Main module for enabling core registry to support namespaced files. |
registry_autoload.test |
registry_autoload.test |
|
registry_autoload tests. |
registry_autoload_test.info |
tests/modules/registry_autoload_test/registry_autoload_test.info |
|
name = Registry Autoload - Tests
description = Support module for registry_autoload related testing.
package = Testing
core = 7.x
hidden = TRUE
dependencies[] = registry_autoload
; Core Registry
files[] =… |
registry_autoload_test.module |
tests/modules/registry_autoload_test/registry_autoload_test.module |
|
Contains tests to manually test registry_autoload module functionality. |