Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
geocoder
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
geocoder
Merge requests
!25
Issue
#3357840
: PHP 8.2 compatibility
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3357840
: PHP 8.2 compatibility
issue/geocoder-3357840:3357840-php-8.2-compatibility
into
8.x-4.x
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Sakthi Shanmuga Sundaram M
requested to merge
issue/geocoder-3357840:3357840-php-8.2-compatibility
into
8.x-4.x
2 years ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-4.x
version 4
484ec583
11 months ago
version 3
6e1eb855
11 months ago
version 2
1b4c0d8c
1 year ago
version 1
473c2471
2 years ago
8.x-4.x (base)
and
latest version
latest version
484ec583
3 commits,
11 months ago
version 4
484ec583
3 commits,
11 months ago
version 3
6e1eb855
2 commits,
11 months ago
version 2
1b4c0d8c
1 commit,
1 year ago
version 1
473c2471
1 commit,
2 years ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/src/Kernel/GeocoderKernelTest.php
+
1
−
1
Options
@@ -28,7 +28,7 @@ class GeocoderKernelTest extends KernelTestBase {
@@ -28,7 +28,7 @@ class GeocoderKernelTest extends KernelTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
rotected
function
setUp
():
void
{
p
ublic
function
setUp
():
void
{
parent
::
setUp
();
parent
::
setUp
();
$this
->
provider
=
GeocoderProvider
::
create
([
$this
->
provider
=
GeocoderProvider
::
create
([
'id'
=>
'random'
,
'id'
=>
'random'
,
Loading