You are here

public function UpdateScriptTest::providerMissingExtension in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdateScriptTest::providerMissingExtension()
  2. 9 core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdateScriptTest::providerMissingExtension()

Data provider for testMissingExtension().

File

core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php, line 429

Class

UpdateScriptTest
Tests the update script access and functionality.

Namespace

Drupal\Tests\system\Functional\UpdateSystem

Code

public function providerMissingExtension() {
  return [
    'module' => [
      'module',
    ],
    'theme' => [
      'theme',
    ],
  ];
}