Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
feeds
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
feeds
Commits
44f105f2
Commit
44f105f2
authored
Jun 4, 2024
by
Ankit Pathak
Committed by
Youri van Koppen
Jun 4, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3450827
by ankitv18: Fixed unit tests for the next minor of Drupal Core.
parent
8b154da4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!172
Update UriTest.php
Pipeline
#190498
passed with warnings
Jun 4, 2024
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Unit/Element/UriTest.php
+3
-3
3 additions, 3 deletions
tests/src/Unit/Element/UriTest.php
with
3 additions
and
3 deletions
tests/src/Unit/Element/UriTest.php
+
3
−
3
View file @
44f105f2
...
...
@@ -32,8 +32,8 @@ namespace Drupal\Tests\feeds\Unit\Element {
public
function
testValidation
()
{
$complete_form
=
[];
$form_state
=
new
FormState
();
$s
tream
_w
rapper
_manager
=
new
S
tream
W
rapper
M
anager
();
/** @var \Drupal\Core\S
tream
W
rapper
\StreamWrapperManagerInterface $s
tream
_w
rapper
_m
anager
*/
$stream_wrapper_manager
=
new
StreamWrapperManager
(
$this
->
createMock
(
'\Psr\Container\ContainerInterface'
));
$element_object
=
new
Uri
([],
''
,
[]);
$element
=
[
'#value'
=>
' public://test'
,
'#parents'
=>
[
'element'
]];
...
...
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