Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
views_aggregator
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
views_aggregator
Commits
63a2f1cf
Commit
63a2f1cf
authored
2 years ago
by
Tim Rohaly
Committed by
Tim Rohaly
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3322628
by TR: ViewTestBase::setUp() signature was changed in core Drupal
parent
b7a770b0
No related branches found
No related tags found
1 merge request
!5
Issue #3382721 by derekw Creation of dynamic property Drupal\views_aggregator\Plugin\views\style\Table::$commerce_field_values is deprecated
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/src/Functional/Plugin/ViewsAggregatorResultsTest.php
+2
-4
2 additions, 4 deletions
tests/src/Functional/Plugin/ViewsAggregatorResultsTest.php
tests/src/Functional/Plugin/ViewsAggregatorStyleTableTest.php
+2
-4
2 additions, 4 deletions
...s/src/Functional/Plugin/ViewsAggregatorStyleTableTest.php
with
4 additions
and
8 deletions
tests/src/Functional/Plugin/ViewsAggregatorResultsTest.php
+
2
−
4
View file @
63a2f1cf
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
namespace
Drupal\Tests\views_aggregator\Functional\Plugin
;
namespace
Drupal\Tests\views_aggregator\Functional\Plugin
;
use
Drupal\Tests\views\Functional\ViewTestBase
;
use
Drupal\Tests\views\Functional\ViewTestBase
;
use
Drupal\views\Tests\ViewTestData
;
use
Drupal\views\Entity\View
;
use
Drupal\views\Entity\View
;
/**
/**
...
@@ -46,10 +45,9 @@ class ViewsAggregatorResultsTest extends ViewTestBase {
...
@@ -46,10 +45,9 @@ class ViewsAggregatorResultsTest extends ViewTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
protected
function
setUp
(
$import_test_views
=
TRUE
):
void
{
protected
function
setUp
(
$import_test_views
=
TRUE
,
$modules
=
[
'views_aggregator_test_config'
]
):
void
{
parent
::
setUp
(
$import_test_views
);
parent
::
setUp
(
$import_test_views
,
$modules
);
$this
->
enableViewsTestModule
();
$this
->
enableViewsTestModule
();
ViewTestData
::
createTestViews
(
get_class
(
$this
),
[
'views_aggregator_test_config'
]);
}
}
/**
/**
...
...
This diff is collapsed.
Click to expand it.
tests/src/Functional/Plugin/ViewsAggregatorStyleTableTest.php
+
2
−
4
View file @
63a2f1cf
...
@@ -4,7 +4,6 @@ namespace Drupal\Tests\views_aggregator\Functional\Plugin;
...
@@ -4,7 +4,6 @@ namespace Drupal\Tests\views_aggregator\Functional\Plugin;
use
Drupal\dynamic_page_cache
\EventSubscriber\DynamicPageCacheSubscriber
;
use
Drupal\dynamic_page_cache
\EventSubscriber\DynamicPageCacheSubscriber
;
use
Drupal\Tests\views\Functional\ViewTestBase
;
use
Drupal\Tests\views\Functional\ViewTestBase
;
use
Drupal\views\Tests\ViewTestData
;
use
Drupal\views\Entity\View
;
use
Drupal\views\Entity\View
;
/**
/**
...
@@ -50,10 +49,9 @@ class ViewsAggregatorStyleTableTest extends ViewTestBase {
...
@@ -50,10 +49,9 @@ class ViewsAggregatorStyleTableTest extends ViewTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
protected
function
setUp
(
$import_test_views
=
TRUE
):
void
{
protected
function
setUp
(
$import_test_views
=
TRUE
,
$modules
=
[
'views_aggregator_test_config'
]
):
void
{
parent
::
setUp
(
$import_test_views
);
parent
::
setUp
(
$import_test_views
,
$modules
);
$this
->
enableViewsTestModule
();
$this
->
enableViewsTestModule
();
ViewTestData
::
createTestViews
(
get_class
(
$this
),
[
'views_aggregator_test_config'
]);
}
}
/**
/**
...
...
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
register
or
sign in
to comment