You are here

protected property UpdateSemverCoreTest::$updateTableLocator in Drupal 9

The CSS locator for the update table run asserts on.

Type: string

Overrides UpdateTestBase::$updateTableLocator

File

core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php, line 18

Class

UpdateSemverCoreTest
Tests the Update Manager module through a series of functional tests using mock XML data.

Namespace

Drupal\Tests\update\Functional

Code

protected $updateTableLocator = 'table.update';