public function setUp() { parent::setUp(); Terminal::truncate(); Payment::truncate(); $this->term = new Terminal(); $this->term->id = 123; $this->term->secret = 'secret'; $this->term->save(); }
public function setUp() { parent::setUp(); $this->mockTerminal(); Payment::truncate(); }