protected function setUp() { parent::setUp(); $this->stack = new Stack(); $this->stack->push("element"); $this->stack->push("element2"); $this->stack->push("element3"); }
protected function tearDown() { parent::tearDown(); $this->myResource = null; }
protected function setUp() { parent::setUp(); $this->stack = new Stack(); }