SevenShores\Hubspot\Tests\Integration\Resources\BlogAuthorsTest::create PHP Метод

create() публичный Метод

public create ( )
    public function create()
    {
        $response = $this->blogAuthors->create(['fullName' => 'John Smith ' . uniqid(), 'email' => 'john.smith' . uniqid() . '@example.com', 'username' => 'john-smith']);
        $this->assertEquals(201, $response->getStatusCode());
    }