* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ namespace AfterAutoloadModule; /** * A simple class for testing BaseService::resetServicesCache(). * * This class should not be discovered by the autoloader until the test adds * this namespace to the autoloader. */ class Test { }