| 
            AccessDeniedTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/system/tests/system.test           | 
                  
            Tests custom access denied functionality.           | 
              
          
                  | 
            ActionLoopTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/actions.test           | 
                  
            Test actions executing in a potential loop, and make sure they abort properly.           | 
              
          
                  | 
            AdminBarCustomizedTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/admin_bar/tests/admin_bar.test           | 
                  
            Tests customized menu links.           | 
              
          
                  | 
            AdminBarDynamicLinksTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/admin_bar/tests/admin_bar.test           | 
                  
            Tests appearance, localization, and escaping of dynamic links.           | 
              
          
                  | 
            AdminBarLinkTypesTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/admin_bar/tests/admin_bar.test           | 
                  
            Tests appearance of different types of links.           | 
              
          
                  | 
            AdminBarPermissionsTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/admin_bar/tests/admin_bar.test           | 
                  
            Tests menu links depending on user permissions.           | 
              
          
                  | 
            AdminBarWebTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/admin_bar/tests/admin_bar.test           | 
                  
            Base class for all administration bar web test cases.           | 
              
          
                  | 
            AJAXCommandsTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Tests Ajax framework commands.           | 
              
          
                  | 
            AJAXDialogTest           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Tests use of dialogs as wrappers for Ajax responses.           | 
              
          
                  | 
            AJAXElementValidation           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Miscellaneous Ajax tests using ajax_test module.           | 
              
          
                  | 
            AJAXFormPageCacheTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Test Ajax forms when page caching for anonymous users is turned on.           | 
              
          
                  | 
            AJAXFormValuesTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Test that $form_state['values'] is properly delivered to $ajax['callback'].           | 
              
          
                  | 
            AJAXFrameworkTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Tests primary Ajax framework functions.           | 
              
          
                  | 
            AJAXMultiFormTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Tests that Ajax-enabled forms work when multiple instances of the same form are on a page.           | 
              
          
                  | 
            AJAXTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/ajax.test           | 
                  
            Ajax Test.           | 
              
          
                  | 
            AnonymousUser           | 
                  
             class           | 
                  
                       | 
                  
            includes/anonymous.inc           | 
                  
            Provides a class for managing anonymous users.           | 
              
          
                  | 
            ArchiverInterface           | 
                  
             interface           | 
                  
                       | 
                  
            includes/archiver.inc           | 
                  
            Defines the common interface for all Archiver classes.           | 
              
          
                  | 
            ArchiverTar           | 
                  
             class           | 
                  
                       | 
                  
            modules/system/system.archiver.inc           | 
                  
            Archiver for .tar files.           | 
              
          
                  | 
            ArchiverZip           | 
                  
             class           | 
                  
                       | 
                  
            modules/system/system.archiver.inc           | 
                  
            Archiver for .zip files.           | 
              
          
                  | 
            Archive_Tar           | 
                  
             class           | 
                  
                       | 
                  
            modules/system/system.tar.inc           | 
                  
                       | 
              
          
                  | 
            ArrayDiffUnitTest           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/common.test           | 
                  
            Test array diff functions.           | 
              
          
                  | 
            BackdropCacheArray           | 
                  
            abstract class           | 
                  
                       | 
                  
            includes/bootstrap.inc           | 
                  
            Provides a caching wrapper to be used in place of large array structures.           | 
              
          
                  | 
            BackdropCacheInterface           | 
                  
             interface           | 
                  
                       | 
                  
            includes/cache.inc           | 
                  
            Defines an interface for cache implementations.           | 
              
          
                  | 
            BackdropDatabaseCache           | 
                  
             class           | 
                  
                       | 
                  
            drivers/cache_database/cache_database.inc           | 
                  
            Defines a default cache implementation.           | 
              
          
                  | 
            BackdropDateTime           | 
                  
             class           | 
                  
                       | 
                  
            includes/date.class.inc           | 
                  
            Extends PHP DateTime class for use with Backdrop.           | 
              
          
                  | 
            BackdropDiffFormatter           | 
                  
             class           | 
                  
                       | 
                  
            includes/diff.inc           | 
                  
            Backdrop diff formatter which returns diffs as an array.           | 
              
          
                  | 
            BackdropDummyRemoteStreamWrapper           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/file_test.stream_wrappers.inc           | 
                  
            Helper class for testing the stream wrapper registry.           | 
              
          
                  | 
            BackdropDummyStreamWrapper           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/file_test.stream_wrappers.inc           | 
                  
            Helper class for testing the stream wrapper registry.           | 
              
          
                  | 
            BackdropErrorHandlerUnitTest           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/error.test           | 
                  
            Tests Backdrop error and exception handlers.           | 
              
          
                  | 
            BackdropFakeCache           | 
                  
             class           | 
                  
                       | 
                  
            includes/cache-install.inc           | 
                  
            Defines a stub cache implementation to be used during installation.           | 
              
          
                  | 
            BackdropGetQueryArrayTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/common.test           | 
                  
            Tests the functionality of backdrop_get_query_array().           | 
              
          
                  | 
            BackdropHtmlToTextTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/mail.test           | 
                  
            Unit tests for backdrop_html_to_text().           | 
              
          
                  | 
            BackdropHTTPSystemInterface           | 
                  
             interface           | 
                  
                       | 
                  
            includes/http_system.inc           | 
                  
            Defines the BackdropHTTPSystemInterface class interface.           | 
              
          
                  | 
            BackdropLocalStreamWrapper           | 
                  
            abstract class           | 
                  
                       | 
                  
            includes/stream_wrappers.inc           | 
                  
            Backdrop stream wrapper base class for local files.           | 
              
          
                  | 
            BackdropMatchPathTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/tests/path.test           | 
                  
            Unit tests for the backdrop_match_path() function in path.inc.           | 
              
          
                  | 
            BackdropNullCache           | 
                  
             class           | 
                  
                       | 
                  
            drivers/cache_null/cache_null.inc           | 
                  
            Defines a stub cache implementation.           | 
              
          
                  | 
            BackdropPrivateStreamWrapper           | 
                  
             class           | 
                  
                       | 
                  
            includes/stream_wrappers.inc           | 
                  
            Backdrop private (private://) stream wrapper class.           | 
              
          
                  | 
            BackdropPublicStreamWrapper           | 
                  
             class           | 
                  
                       | 
                  
            includes/stream_wrappers.inc           | 
                  
            Backdrop public (public://) stream wrapper class.           | 
              
          
                  | 
            BackdropQueue           | 
                  
             class           | 
                  
                       | 
                  
            modules/system/system.queue.inc           | 
                  
            Factory class for interacting with queues.           | 
              
          
                  | 
            BackdropQueueInterface           | 
                  
             interface           | 
                  
                       | 
                  
            modules/system/system.queue.inc           | 
                  
                       | 
              
          
                  | 
            BackdropReliableQueueInterface           | 
                  
             interface           | 
                  
                       | 
                  
            modules/system/system.queue.inc           | 
                  
            Reliable queue interface.           | 
              
          
                  | 
            BackdropRequestSanitizerUnitTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/system/tests/system.test           | 
                  
            Tests request sanitation used in early bootstrap.           | 
              
          
                  | 
            BackdropSetMessageTest           | 
                  
             class           | 
                  
                       | 
                  
            modules/system/tests/system.test           | 
                  
            Tests backdrop_set_message() and related functions.           | 
              
          
                  | 
            BackdropStreamWrapperInterface           | 
                  
             interface           | 
                  
                       | 
                  
            includes/stream_wrappers.inc           | 
                  
            Backdrop stream wrapper extension.           | 
              
          
                  | 
            BackdropSystemListingCompatibleTestCase           | 
                  
             class           | 
                  
                       | 
                  
            profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test           | 
                  
            Helper to verify tests in installation profile modules.           | 
              
          
                  | 
            BackdropTemporaryStreamWrapper           | 
                  
             class           | 
                  
                       | 
                  
            includes/stream_wrappers.inc           | 
                  
            Backdrop temporary (temporary://) stream wrapper class.           | 
              
          
                  | 
            BackdropTestCase           | 
                  
            abstract class           | 
                  
                       | 
                  
            modules/simpletest/backdrop_web_test_case.php           | 
                  
            Base class for Backdrop tests.           | 
              
          
                  | 
            BackdropUnitTestCase           | 
                  
             class           | 
                  
                       | 
                  
            modules/simpletest/backdrop_web_test_case.php           | 
                  
            Test case for Backdrop unit tests.           | 
              
          
                  | 
            BackdropUpdateException           | 
                  
             class           | 
                  
                       | 
                  
            includes/update.inc           | 
                  
            @class Exception class used to throw error if a module update fails.           | 
              
          
                  | 
            BackdropUpdaterInterface           | 
                  
             interface           | 
                  
                       | 
                  
            includes/updater.inc           | 
                  
            Interface for a class which can update a Backdrop project.           |