Jyxo\Beholder\TestCase\DefaultTest::enableAutoload PHP Метод

enableAutoload() защищенный Метод

Turns autoloading on.
protected enableAutoload ( )
    protected function enableAutoload()
    {
        foreach ($this->autoloadList as $function) {
            spl_autoload_register($function);
        }
        $this->autoloadList = [];
    }