SevenShores\Hubspot\Tests\Integration\Resources\EventsTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->events = new Events(new Client(['key' => 'demo']));
        sleep(1);
    }