You are here

public function ParagraphsUpdateTest::testUpdatePath in Paragraphs 8

Tests the update path.

File

tests/src/Functional/ParagraphsUpdateTest.php, line 27

Class

ParagraphsUpdateTest
Tests Paragraphs update path from 8.x-1.1.

Namespace

Drupal\Tests\paragraphs\Functional

Code

public function testUpdatePath() {

  // Run updates.
  $this
    ->runUpdates();
}