You are here

public function UpdatePathTest::testUpdatePath in Lightning Core 8.5

Tests that update path completes without errors in the UI.

File

tests/src/Functional/Update/UpdatePathTest.php, line 44

Class

UpdatePathTest
Tests Lightning Core's database update path.

Namespace

Drupal\Tests\lightning_core\Functional\Update

Code

public function testUpdatePath() : void {
  $this
    ->runUpdates();
  $this
    ->drush('update:lightning', [], [
    'yes' => NULL,
  ]);
}