public function UpdateScriptTest::providerMissingExtension in Drupal 9
Same name and namespace in other branches
- 8 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 456 
Class
- UpdateScriptTest
- Tests the update script access and functionality.
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
public function providerMissingExtension() {
  return [
    'module' => [
      'module',
    ],
    'theme' => [
      'theme',
    ],
  ];
}