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

create() public method

public create ( )
    public function create()
    {
        $response = $this->createDeal();
        $this->assertEquals(200, $response->getStatusCode());
        $this->assertSame('Cool Deal', $response['properties']['dealname']['value']);
        $this->assertSame('60000', $response['properties']['amount']['value']);
    }