Skip to content
Snippets Groups Projects
Commit 53f62a43 authored by project update bot's avatar project update bot Committed by Joel Steidl
Browse files

Issue #3433886 by Project Update Bot, joelsteidl: Automated Drupal 11 compatibility fixes for pco

parent 83d19476
No related branches found
No related tags found
1 merge request!1Automated Project Update Bot fixes
name: PCO API
type: module
description: API client for Planning Center. https://planningcenter.github.io/api-docs/
core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: ^9 || ^10 || ^11
package: Web services
configure: pco.settings
dependencies:
......
......@@ -22,7 +22,7 @@ class ConfigLoadTest extends BrowserTestBase {
*
* @var array
*/
public static $modules = ['pco', 'key'];
protected static $modules = ['pco', 'key'];
/**
* A user with permission to administer site configuration.
......@@ -34,7 +34,7 @@ class ConfigLoadTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
protected function setUp(): void {
parent::setUp();
$this->user = $this->drupalCreateUser(['administer pco']);
$this->drupalLogin($this->user);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment