LukePOLO\LaraCart\Tests\LaraCartTestTrait::setUp PHP Method

setUp() public method

Setup the test functions with laracart.
public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->laracart = new \LukePOLO\LaraCart\LaraCart($this->session, $this->events, $this->authManager);
    }