public function setUp() { TestRequire::vfs($this); $this->sa = new SourceAnalyzer(); vfsStreamWrapper::register(); vfsStreamWrapper::setRoot(new vfsStreamDirectory('r')); }
public function setUp() { TestRequire::PDODriver($this, 'sqlite'); Database::init($this->filename); Database::createTables(); parent::setUp(); }
function setUp() { TestRequire::vfs($this); vfsStreamWrapper::register(); vfsStreamWrapper::setRoot(new vfsStreamDirectory('r')); $this->fsroot = vfsStreamWrapper::getRoot(); $this->ua = new UnitAnalyzer(); }
protected function setUp() { TestRequire::vfs($this); $this->fa = new FrequencyAnalyzer(); vfsStreamWrapper::register(); vfsStreamWrapper::setRoot(new vfsStreamDirectory('r')); $this->fs = vfsStreamWrapper::getRoot(); }
protected function setUp() { global $xml_file_data; TestRequire::vfs($this); vfsStreamWrapper::register(); vfsStreamWrapper::setRoot(new vfsStreamDirectory('r')); $this->fs = vfsStreamWrapper::getRoot(); $f = new vfsStreamFile('file.xml', 0664); $f->withContent($xml_file_data); $this->fs->addChild($f); $this->xa = new XMLAnalyzer(vfsStream::url('file.xml')); }
public function setUp() { TestRequire::jpgraph($this); $this->dr = new DiagramReporter('a', 'b', 'c:f', 'd'); }
public function setUp() { TestRequire::extension($this, 'xsl'); }