function JavascriptDeprecationTest::testJavascriptDeprecation
Same name in other branches
- 9 core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php \Drupal\FunctionalJavascriptTests\JavascriptDeprecationTest::testJavascriptDeprecation()
- 8.9.x core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php \Drupal\FunctionalJavascriptTests\JavascriptDeprecationTest::testJavascriptDeprecation()
- 11.x core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php \Drupal\FunctionalJavascriptTests\JavascriptDeprecationTest::testJavascriptDeprecation()
Tests Javascript deprecation notices.
File
-
core/
tests/ Drupal/ FunctionalJavascriptTests/ JavascriptDeprecationTest.php, line 28
Class
- JavascriptDeprecationTest
- Tests Javascript deprecation notices.
Namespace
Drupal\FunctionalJavascriptTestsCode
public function testJavascriptDeprecation() : void {
$this->expectDeprecation('Javascript Deprecation: This function is deprecated for testing purposes.');
$this->expectDeprecation('Javascript Deprecation: This property is deprecated for testing purposes.');
$this->drupalGet('js_deprecation_test');
// Ensure that deprecation message from previous page loads will be
// detected.
$this->drupalGet('user');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.