You are here

public function UpdatePathTestJavaScriptTest::testJavaScriptLoading in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatePathTestJavaScriptTest::testJavaScriptLoading()
  2. 9 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\UpdateSystem

Code

public function testJavaScriptLoading() {
  $this
    ->runUpdates();
}