Contribution Date
Technology
Contribution Project
Contribution Details
Adding interdiff between patch at #10 and #13. Patch at #13 is looks good to me but it has some additional changes like
--- a/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
+++ b/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
@@ -47,6 +47,9 @@ class FieldWebTest extends ViewTestBase {
'views_test_data_name' => 'name',
];
-
+
+ /**
-+ *
++ * {@inheritdoc}
+ */
protected function setUp($import_test_views = TRUE): void {
parent::setUp($import_test_views);
--- a/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
+++ b/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
@@ -38,6 +38,9 @@ class ExposedFormTest extends ViewTestBase {
*/
protected $defaultTheme = 'classy';
-
+
+ /**
-+ *
++ * {@inheritdoc}
+ */
protected function setUp($import_test_views = TRUE): void {
parent::setUp($import_test_views);
-+ * The Behat session object;.
++ * The Behat session object.
- // Loops trough all the option groups
+ // Loops trough all the option groups.
other than this patch is looks good me.
Contribution Issue Link
Contribution Link
Files count
2
Patches count
0