Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Commits
0971f357
Unverified
Commit
0971f357
authored
5 months ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3515213
by benjifisher: Convert recently added test plugin to use attributes
parent
68b8b571
No related branches found
No related tags found
4 merge requests
!5423
Draft: Resolve #3329907 "Test2"
,
!3478
Issue #3337882: Deleted menus are not removed from content type config
,
!579
Issue #2230909: Simple decimals fail to pass validation
,
!213
Issue #2906496: Give Media a menu item under Content
Pipeline
#474901
passed with warnings
5 months ago
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal
#474916
Pipeline: drupal
#474904
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php
+2
-4
2 additions, 4 deletions
...ry_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php
with
2 additions
and
4 deletions
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php
+
2
−
4
View file @
0971f357
...
@@ -4,15 +4,13 @@
...
@@ -4,15 +4,13 @@
namespace
Drupal\migrate_sql_prepare_query_test\Plugin\migrate\source
;
namespace
Drupal\migrate_sql_prepare_query_test\Plugin\migrate\source
;
use
Drupal\migrate\Attribute\MigrateSource
;
use
Drupal\migrate\Plugin\migrate\source\SqlBase
;
use
Drupal\migrate\Plugin\migrate\source\SqlBase
;
/**
/**
* Source plugin for prepare query test.
* Source plugin for prepare query test.
*
* @MigrateSource(
* id = "test_sql_prepare_query"
* )
*/
*/
#[MigrateSource('test_sql_prepare_query')]
class
TestSqlPrepareQuery
extends
SqlBase
{
class
TestSqlPrepareQuery
extends
SqlBase
{
/**
/**
...
...
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
sign in
to comment