mageekguy\atoum\runner::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $this->setAdapter()->setLocale()->setIncluder()->setScore()->setPhp()->setTestDirectoryIterator()->setGlobIteratorFactory()->setReflectionClassFactory()->setTestFactory();
        $this->observers = new \splObjectStorage();
        $this->reports = new \splObjectStorage();
        $this->extensions = new aggregator();
    }
runner