MediaWiki  REL1_22
AutoLoaderTest Class Reference
Inheritance diagram for AutoLoaderTest:
Collaboration diagram for AutoLoaderTest:

List of all members.

Public Member Functions

 testAutoLoadConfig ()
 Assert that there were no classes loaded that are not registered with the AutoLoader.

Static Protected Member Functions

static checkAutoLoadConf ()

Detailed Description

Definition at line 2 of file AutoLoaderTest.php.


Member Function Documentation

static AutoLoaderTest::checkAutoLoadConf ( ) [static, protected]

Definition at line 19 of file AutoLoaderTest.php.

References $file, $files, $IP, $wgAutoloadClasses, $wgAutoloadLocalClasses, array(), as, and global.

Referenced by testAutoLoadConfig().

Assert that there were no classes loaded that are not registered with the AutoLoader.

For example foo.php having class Foo and class Bar but only registering Foo. This is important because we should not be relying on Foo being used before Bar.

Definition at line 10 of file AutoLoaderTest.php.

References checkAutoLoadConf().


The documentation for this class was generated from the following file: