'album_name']); } public function testWrongUpdate() { self::expectException(BadRequestException::class); Update::rawContent(['album' => 'album_name', 'album_new' => 'album_name']); } public function testWithoutAuthenticatedUser() { self::markTestIncomplete('Needs BasicAuth as dynamic method for overriding first'); } public function testValid() { self::markTestIncomplete('We need to add a dataset for this.'); } }