wiki.techinc.nl/tests/phpunit/data/autoloader/TestAnotherAutoloadedClass.php
daniel 37af531721 AutoLoader: provide methods for registering classes
This introduces static methods for registering classes and namespaces,
so we don't have to mess with global variables and static members
fields.

Bug: T240535
Change-Id: I1abb27bd70898d04c9253e0b7467447fa96d15a4
2022-05-10 13:55:53 +10:00

4 lines
44 B
PHP

<?php
class TestAnotherAutoloadedClass {
}