| 
            autoload.info           | 
                  
            autoload.info           | 
                  
                       | 
                  
            name = Autoload
description = PHP 5.3+ autoloader for objects.
core = 7.x
php = 5.3
; For "autoload_test_entity".
test_dependencies[] = entity
test_dependencies[] = views           | 
              
          
                  | 
            autoload.install           | 
                  
            autoload.install           | 
                  
                       | 
                  
            Installation and updating tasks.           | 
              
          
                  | 
            autoload.module           | 
                  
            autoload.module           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            autoload_test_custom.info           | 
                  
            tests/autoload_test_custom/autoload_test_custom.info           | 
                  
                       | 
                  
            name = Autolaod Custom Test
description = Testing autoloading of custom namespaces.
hidden = TRUE
core = 7.x
; Wrong declaration!
autoload = Autoload
; Try PSR-0 standard.
autoload[psr-0][] = Autoload
; Try PSR-4 standard.
autoload[psr-4][] =…           | 
              
          
                  | 
            autoload_test_custom.module           | 
                  
            tests/autoload_test_custom/autoload_test_custom.module           | 
                  
                       | 
                  
            Autoload Custom Test.           | 
              
          
                  | 
            autoload_test_drupal.info           | 
                  
            tests/autoload_test_drupal/autoload_test_drupal.info           | 
                  
                       | 
                  
            name = Autolaod Drupal Test
description = Testing autoloading of Drupal namespaces.
hidden = TRUE
core = 7.x
autoload = TRUE
dependencies[] = autoload           | 
              
          
                  | 
            autoload_test_drupal.module           | 
                  
            tests/autoload_test_drupal/autoload_test_drupal.module           | 
                  
                       | 
                  
            Autoload Drupal Test.           | 
              
          
                  | 
            autoload_test_entity.info           | 
                  
            tests/autoload_test_entity/autoload_test_entity.info           | 
                  
                       | 
                  
            name = Autoload Entity Test
description = Ensure that autoloading will work for controllers, provided by "entity" module.
hidden = TRUE
core = 7.x
autoload = TRUE
dependencies[] = autoload
dependencies[] = entity           | 
              
          
                  | 
            autoload_test_entity.install           | 
                  
            tests/autoload_test_entity/autoload_test_entity.install           | 
                  
                       | 
                  
            Module installation and updates.           | 
              
          
                  | 
            autoload_test_entity.module           | 
                  
            tests/autoload_test_entity/autoload_test_entity.module           | 
                  
                       | 
                  
            Autoload Entity Test.           | 
              
          
                  | 
            autoload_test_entity_ui.info           | 
                  
            tests/autoload_test_entity/modules/autoload_test_entity_ui/autoload_test_entity_ui.info           | 
                  
                       | 
                  
            name = Autoload Entity Test UI
hidden = TRUE
core = 7.x
autoload = TRUE
dependencies[] = autoload_test_entity
dependencies[] = views           | 
              
          
                  | 
            autoload_test_entity_ui.module           | 
                  
            tests/autoload_test_entity/modules/autoload_test_entity_ui/autoload_test_entity_ui.module           | 
                  
                       | 
                  
            Autoload Entity Test UI.           | 
              
          
                  | 
            autoload_test_extensions.info           | 
                  
            tests/autoload_test_extensions/autoload_test_extensions.info           | 
                  
                       | 
                  
            name = Autolaod Extensions Test
description = Ensure that registered file extensions available for autoloading.
hidden = TRUE
core = 7.x
autoload = TRUE
dependencies[] = autoload           | 
              
          
                  | 
            autoload_test_extensions.module           | 
                  
            tests/autoload_test_extensions/autoload_test_extensions.module           | 
                  
                       | 
                  
            Autoload Drupal Test.           | 
              
          
                  | 
            AuxiliaryTest.php           | 
                  
            src/Tests/Unit/AuxiliaryTest.php           | 
                  
            Drupal\autoload\Tests\Unit           | 
                  
                       | 
              
          
                  | 
            CustomTest.php           | 
                  
            src/Tests/Unit/CustomTest.php           | 
                  
            Drupal\autoload\Tests\Unit           | 
                  
                       | 
              
          
                  | 
            DrupalTest.php           | 
                  
            src/Tests/Unit/DrupalTest.php           | 
                  
            Drupal\autoload\Tests\Unit           | 
                  
                       | 
              
          
                  | 
            EntityTest.php           | 
                  
            src/Tests/Unit/EntityTest.php           | 
                  
            Drupal\autoload\Tests\Unit           | 
                  
                       | 
              
          
                  | 
            ExtensionsTest.php           | 
                  
            src/Tests/Unit/ExtensionsTest.php           | 
                  
            Drupal\autoload\Tests\Unit           | 
                  
                       | 
              
          
                  | 
            PSR0.inc           | 
                  
            tests/autoload_test_custom/psr-0/Autoload/Tests/PSR0.inc           | 
                  
            Autoload\Tests           | 
                  
                       | 
              
          
                  | 
            PSR0.php           | 
                  
            tests/autoload_test_drupal/lib/Drupal/autoload_test_drupal/PSR0.php           | 
                  
            Drupal\autoload_test_drupal           | 
                  
                       | 
              
          
                  | 
            PSR4.inc           | 
                  
            tests/autoload_test_drupal/src/PSR4.inc           | 
                  
            Drupal\autoload_test_drupal           | 
                  
                       | 
              
          
                  | 
            PSR4.inc           | 
                  
            tests/autoload_test_custom/psr-4/PSR4.inc           | 
                  
            Autoload\Tests           | 
                  
                       | 
              
          
                  | 
            PSR4.inc           | 
                  
            tests/autoload_test_custom/psr-4-single-level-namespace/PSR4.inc           | 
                  
            AutoloadTests           | 
                  
                       | 
              
          
                  | 
            PSR4.test           | 
                  
            tests/autoload_test_extensions/src/PSR4.test           | 
                  
            Drupal\autoload_test_extensions           | 
                  
                       | 
              
          
                  | 
            SeekerTest.php           | 
                  
            src/Tests/Unit/SeekerTest.php           | 
                  
            Drupal\autoload\Tests\Unit           | 
                  
                       | 
              
          
                  | 
            Test.inc           | 
                  
            tests/autoload_test_custom/tests/Test.inc           | 
                  
            Autoload\Tests\Example           | 
                  
                       | 
              
          
                  | 
            ViewsController.php           | 
                  
            tests/autoload_test_entity/modules/autoload_test_entity_ui/src/ViewsController.php           | 
                  
            Drupal\autoload_test_entity_ui           | 
                  
                       |