You are here

protected property UpdateContribTest::$updateTableLocator in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/update/tests/src/Functional/UpdateContribTest.php \Drupal\Tests\update\Functional\UpdateContribTest::updateTableLocator
  2. 10 core/modules/update/tests/src/Functional/UpdateContribTest.php \Drupal\Tests\update\Functional\UpdateContribTest::updateTableLocator

The CSS locator for the update table run asserts on.

Type: string

Overrides UpdateTestBase::$updateTableLocator

File

core/modules/update/tests/src/Functional/UpdateContribTest.php, line 19

Class

UpdateContribTest
Tests how the Update Manager module handles contributed modules and themes in a series of functional tests using mock XML data.

Namespace

Drupal\Tests\update\Functional

Code

protected $updateTableLocator = 'table.update:nth-of-type(2)';