Verified Commit c0bfe53b authored by Dave Long's avatar Dave Long
Browse files

Issue #3413730 by catch: Speed up UpdatePathTestBaseTest

(cherry picked from commit 3b059f78)
parent 51fdb1a2
Loading
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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'));
  }