You are here

public function CoreUpdateTest::providerTemplate in Automatic Updates 8.2

Data provider for end-to-end update tests.

Return value

array[] Sets of arguments to pass to the test method.

File

tests/src/Build/CoreUpdateTest.php, line 141

Class

CoreUpdateTest
Tests an end-to-end update of Drupal core.

Namespace

Drupal\Tests\automatic_updates\Build

Code

public function providerTemplate() : array {
  return [
    [
      'drupal/recommended-project',
    ],
    [
      'drupal/legacy-project',
    ],
  ];
}