function PhpUnitBridgeTest::testDeprecatedFunction
File
-
core/
tests/ Drupal/ Tests/ Core/ Test/ PhpUnitBridgeTest.php, line 25
Class
- PhpUnitBridgeTest
- Test how unit tests interact with deprecation errors.
Namespace
Drupal\Tests\Core\TestCode
public function testDeprecatedFunction() {
$this->markTestIncomplete('Modules are not loaded for unit tests, so deprecated_test_function() will not be available.');
$this->assertEquals('known_return_value', \deprecation_test_function());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.