You are here

protected property UpdateCoreTest::$updateTableLocator in Drupal 8

The CSS locator for the update table run asserts on.

Type: string

Overrides UpdateTestBase::$updateTableLocator

File

core/modules/update/tests/src/Functional/UpdateCoreTest.php, line 34

Class

UpdateCoreTest
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';