Skip to content
Snippets Groups Projects
Commit 44f105f2 authored by Ankit Pathak's avatar Ankit Pathak Committed by Youri van Koppen
Browse files

Issue #3450827 by ankitv18: Fixed unit tests for the next minor of Drupal Core.

parent 8b154da4
Branches
Tags
1 merge request!172Update UriTest.php
Pipeline #190498 passed with warnings
......@@ -32,8 +32,8 @@ namespace Drupal\Tests\feeds\Unit\Element {
public function testValidation() {
$complete_form = [];
$form_state = new FormState();
$stream_wrapper_manager = new StreamWrapperManager();
/** @var \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface $stream_wrapper_manager */
$stream_wrapper_manager = new StreamWrapperManager($this->createMock('\Psr\Container\ContainerInterface'));
$element_object = new Uri([], '', []);
$element = ['#value' => ' public://test', '#parents' => ['element']];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment