public function UpdatePathTestJavaScriptTest::testJavaScriptLoading in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatePathTestJavaScriptTest::testJavaScriptLoading()
- 10 core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatePathTestJavaScriptTest::testJavaScriptLoading()
Tests JavaScript loading at update.php.
See also
::doPreUpdateTests
File
- core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestJavaScriptTest.php, line 34
Class
- UpdatePathTestJavaScriptTest
- Tests the presence of JavaScript at update.php.
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
public function testJavaScriptLoading() {
$this
->runUpdates();
}