diff --git a/core/modules/views/lib/Drupal/views/Tests/Handler/AreaHTTPStatusCodeTest.php b/core/modules/views/lib/Drupal/views/Tests/Handler/AreaHTTPStatusCodeTest.php index 3e49153..1804e0e 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Handler/AreaHTTPStatusCodeTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Handler/AreaHTTPStatusCodeTest.php @@ -14,6 +14,13 @@ */ class AreaHTTPStatusCodeTest extends HandlerTestBase { + /** + * Views used by this test. + * + * @var array + */ + public static $testViews = array('test_http_status_code'); + public static function getInfo() { return array( 'name' => 'Area: HTTP Status Code', diff --git a/core/modules/views/tests/views_test_config/config/views.view.test_http_status_code.yml b/core/modules/views/tests/views_test_config/test_views/views.view.test_http_status_code.yml similarity index 100% rename from core/modules/views/tests/views_test_config/config/views.view.test_http_status_code.yml rename to core/modules/views/tests/views_test_config/test_views/views.view.test_http_status_code.yml