SevenShores\Hubspot\Tests\Integration\Resources\DealsTest::createDeal PHP Method

createDeal() private method

* Lots of tests need an existing object to modify.
private createDeal ( )
    private function createDeal()
    {
        sleep(1);
        $response = $this->deals->create(["properties" => [["value" => "Cool Deal", "name" => "dealname"], ["value" => "60000", "name" => "amount"]]]);
        return $response;
    }