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 = [];
    }