15 'TestAutoloadedLocalClass' =>
16 __DIR__ .
'/../data/autoloader/TestAutoloadedLocalClass.php',
17 'TestAutoloadedCamlClass' =>
18 __DIR__ .
'/../data/autoloader/TestAutoloadedCamlClass.php',
19 'TestAutoloadedSerializedClass' =>
20 __DIR__ .
'/../data/autoloader/TestAutoloadedSerializedClass.php',
25 'TestAutoloadedClass' => __DIR__ .
'/../data/autoloader/TestAutoloadedClass.php',
30 __DIR__ .
'/../data/autoloader/psr4';
47 $this->
setMwGlobals(
'wgAutoloadAttemptLowercase',
true );
53 $this->
setMwGlobals(
'wgAutoloadAttemptLowercase',
true );
55 $dummyCereal =
'O:29:"testautoloadedserializedclass":0:{}';
57 $this->
assertFalse( $uncerealized instanceof __PHP_Incomplete_Class,
58 "unserialize() can load classes case-insensitively." );
unserialize( $serialized)
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
testWrongCaseSerializedClass()
static string[] $psr4Namespaces
static resetAutoloadLocalClassesLower()
Method to clear the protected class property $autoloadLocalClassesLower.