/** * Initialize the Transit class. */ protected function setUp() { parent::setUp(); $this->object = new Transit($this->data); $this->object->setDirectory(TEMP_DIR); }
/** * Initialize the validator. */ protected function setUp() { parent::setUp(); $this->object = new ImageValidator(); $this->object->setFile(new File($this->baseFile)); }
/** * Store the file object. */ protected function setUp() { parent::setUp(); $this->object = new File($this->tempFile); }