You are here

public function InPlaceUpdateTest::testCoreUpdate in Automatic Updates 8

@covers ::update @dataProvider coreVersionsSuccessProvider

File

tests/src/Build/InPlaceUpdateTest.php, line 55

Class

InPlaceUpdateTest
@coversDefaultClass \Drupal\automatic_updates\Services\InPlaceUpdate

Namespace

Drupal\Tests\automatic_updates\Build

Code

public function testCoreUpdate($from_version, $to_version) {
  $this
    ->installCore($from_version);
  $this
    ->assertCoreUpgradeSuccess($from_version, $to_version);
}