public function UpdatePathTestJavaScriptTest::testJavaScriptLoading in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php \Drupal\system\Tests\Update\UpdatePathTestJavaScriptTest::testJavaScriptLoading()
Test JavaScript loading at update.php.
See also
::doPreUpdateTests
File
- core/
modules/ system/ src/ Tests/ Update/ UpdatePathTestJavaScriptTest.php, line 31 - Contains \Drupal\system\Tests\Update\UpdatePathTestJavaScriptTest.php.
Class
- UpdatePathTestJavaScriptTest
- Tests the presence of JavaScript at update.php.
Namespace
Drupal\system\Tests\UpdateCode
public function testJavaScriptLoading() {
$this
->runUpdates();
}