You are here

public function UpdatePathTest::testUpdatePath in Crop API 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/UpdatePathTest.php \Drupal\Tests\crop\Functional\UpdatePathTest::testUpdatePath()

File

tests/src/Functional/UpdatePathTest.php, line 23

Class

UpdatePathTest
@group crop @group legacy

Namespace

Drupal\Tests\crop\Functional

Code

public function testUpdatePath() {
  $this
    ->runUpdates();
  $this
    ->assertTrue(\Drupal::database()
    ->schema()
    ->indexExists('crop_field_data', 'crop__uri_type'));
}