You are here

protected property NoDependenciesUpdateTest::$installProfile in Drupal 8

The install profile used in the database dump file.

Type: string

Overrides UpdatePathTestBase::$installProfile

File

core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php, line 23

Class

NoDependenciesUpdateTest
Test the system module updates with no dependencies installed.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected $installProfile = 'testing';