Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schemata
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
schemata
Merge requests
!8
Fix PHP 8.2 compatibility issue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix PHP 8.2 compatibility issue
issue/schemata-3358292:3358292-php-8.2-compatibility
into
8.x-1.x
Overview
0
Commits
4
Pipelines
3
Changes
1
Merged
Pravin Gaikwad
requested to merge
issue/schemata-3358292:3358292-php-8.2-compatibility
into
8.x-1.x
1 year ago
Overview
0
Commits
4
Pipelines
3
Changes
1
Expand
Closes
#3358292
0
0
Merge request reports
Compare
8.x-1.x
version 4
9521cfe0
10 months ago
version 3
cbe5015c
10 months ago
version 2
b8a73f37
10 months ago
version 1
c3752796
1 year ago
8.x-1.x (base)
and
latest version
latest version
9521cfe0
4 commits,
10 months ago
version 4
9521cfe0
4 commits,
10 months ago
version 3
cbe5015c
3 commits,
10 months ago
version 2
b8a73f37
2 commits,
10 months ago
version 1
c3752796
1 commit,
1 year ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/src/Kernel/SchemaFactoryTest.php
+
7
−
0
Options
@@ -36,6 +36,13 @@ class SchemaFactoryTest extends KernelTestBase {
'user'
,
];
/**
* node type.
*
* @var \Drupal\node\Entity\NodeType
*/
protected
$nodeType
;
/**
* {@inheritdoc}
*/
Loading