diff --git a/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php b/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php index 7cf9a0b15e..893cfa3723 100644 --- a/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php +++ b/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php @@ -12,7 +12,7 @@ $connection = Database::getConnection(); $view_file = __DIR__ . '/drupal-8.views-taxonomy-parent-2543726.yml'; -$view_config = Yaml::decode(file_get_contents($file)); +$view_config = Yaml::decode(file_get_contents($view_file)); $connection->insert('config') ->fields(['collection', 'name', 'data'])