diff options
Diffstat (limited to 'core/modules/responsive_image')
-rw-r--r-- | core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php b/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php index 0fc468107c7..3ceabe1a387 100644 --- a/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php +++ b/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php @@ -43,6 +43,8 @@ class ViewsIntegrationTest extends ViewTestBase { /** * The test views to enable. + * + * @var string[] */ public static $testViews = ['entity_test_row']; |