diff --git a/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php b/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php index 5b4aef1..0c7df20 100644 --- a/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php +++ b/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php @@ -17,9 +17,8 @@ class BlockContextMappingUpdateFilledTest extends BlockContextMappingUpdateTest /** * {@inheritdoc} */ - protected function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles[0] = __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.filled.standard.php.gz'; - parent::setUp(); } } diff --git a/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php b/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php index da03fa0..4aa0ac0 100644 --- a/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php +++ b/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php @@ -28,12 +28,11 @@ class BlockContextMappingUpdateTest extends UpdatePathTestBase { /** * {@inheritdoc} */ - protected function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php', ]; - parent::setUp(); } /** diff --git a/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php b/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php index 9f8aba7..04704c6 100644 --- a/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php +++ b/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php @@ -17,9 +17,8 @@ class MenuTreeSerializationTitleFilledTest extends MenuTreeSerializationTitleTes /** * {@inheritdoc} */ - public function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles[0] = __DIR__ . '/../../../tests/fixtures/update/drupal-8.filled.standard.php.gz'; - parent::setUp(); } } diff --git a/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php b/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php index 2439b1c..6c382f5 100644 --- a/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php +++ b/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php @@ -19,11 +19,10 @@ class MenuTreeSerializationTitleTest extends UpdatePathTestBase { /** * {@inheritdoc} */ - public function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../tests/fixtures/update/drupal-8.bare.standard.php.gz', ]; - parent::setUp(); } /** diff --git a/core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php b/core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php index 171e225..10d1d3d 100644 --- a/core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php +++ b/core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php @@ -16,9 +16,8 @@ class RouterIndexOptimizationFilledTest extends RouterIndexOptimizationTest { /** * {@inheritdoc} */ - public function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles[0] = __DIR__ . '/../../../tests/fixtures/update/drupal-8.filled.standard.php.gz'; - parent::setUp(); } } diff --git a/core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php b/core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php index b206011..ef85e5f 100644 --- a/core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php +++ b/core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php @@ -15,11 +15,10 @@ class RouterIndexOptimizationTest extends UpdatePathTestBase { /** * {@inheritdoc} */ - public function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../tests/fixtures/update/drupal-8.bare.standard.php.gz', ]; - parent::setUp(); } /** diff --git a/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php b/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php index 551feab..7d7d732 100644 --- a/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php +++ b/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php @@ -17,12 +17,11 @@ class UpdatePathWithBrokenRoutingTest extends UpdatePathTestBase { /** * {@inheritdoc} */ - protected function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../tests/fixtures/update/drupal-8.bare.standard.php.gz', __DIR__ . '/../../../tests/fixtures/update/drupal-8.broken_routing.php', ]; - parent::setUp(); } /** diff --git a/core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php b/core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php index 50894f3..e6099cd 100644 --- a/core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php +++ b/core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php @@ -17,9 +17,8 @@ class EntityViewsDataUpdateFilledTest extends EntityViewsDataUpdateTest { /** * {@inheritdoc} */ - protected function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles[0] = __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.filled.standard.php.gz'; - parent::setUp(); } } diff --git a/core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php b/core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php index ba8db1f..a998844 100644 --- a/core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php +++ b/core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php @@ -22,13 +22,11 @@ class EntityViewsDataUpdateTest extends UpdatePathTestBase { /** * {@inheritdoc} */ - protected function setUp() { + protected function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php', ]; - - parent::setUp(); } /**