Loading core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php +2 −8 Original line number Diff line number Diff line Loading @@ -224,16 +224,10 @@ public function testSchemaChecking() { } /** * Tests the database fixtures are setup correctly. * Tests that setup is done correctly. */ public function testFixturesSetup() { public function testSetup() { $this->assertCount(3, $this->databaseDumpFiles); } /** * Tests that settings are prepared correctly. */ public function testPrepareSettings(): void { $this->assertSame(1, Settings::get('entity_update_batch_size')); } Loading Loading
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php +2 −8 Original line number Diff line number Diff line Loading @@ -224,16 +224,10 @@ public function testSchemaChecking() { } /** * Tests the database fixtures are setup correctly. * Tests that setup is done correctly. */ public function testFixturesSetup() { public function testSetup() { $this->assertCount(3, $this->databaseDumpFiles); } /** * Tests that settings are prepared correctly. */ public function testPrepareSettings(): void { $this->assertSame(1, Settings::get('entity_update_batch_size')); } Loading