public function test_create_customizations() { $customizations = $this->client->create_customizations($this->video->hashed_id, ['playerColor' => 'ffffcc']); $this->assertEquals(201, $this->client->last_response_code); }