Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pco
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
pco
Commits
53f62a43
Commit
53f62a43
authored
11 months ago
by
project update bot
Committed by
Joel Steidl
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
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
!1
Automated Project Update Bot fixes
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pco.info.yml
+1
-1
1 addition, 1 deletion
pco.info.yml
tests/src/Functional/ConfigLoadTest.php
+2
-2
2 additions, 2 deletions
tests/src/Functional/ConfigLoadTest.php
with
3 additions
and
3 deletions
pco.info.yml
+
1
−
1
View file @
53f62a43
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
:
...
...
This diff is collapsed.
Click to expand it.
tests/src/Functional/ConfigLoadTest.php
+
2
−
2
View file @
53f62a43
...
...
@@ -22,7 +22,7 @@ class ConfigLoadTest extends BrowserTestBase {
*
* @var array
*/
p
ublic
static
$modules
=
[
'pco'
,
'key'
];
p
rotected
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment