function PhpUnitBridgeIsolatedTest::testDeprecatedClass
@expectedDeprecation Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass is deprecated.
File
-
core/
tests/ Drupal/ Tests/ Core/ Test/ PhpUnitBridgeIsolatedTest.php, line 22
Class
- PhpUnitBridgeIsolatedTest
- Test how unit tests interact with deprecation errors in process isolation.
Namespace
Drupal\Tests\Core\TestCode
public function testDeprecatedClass() {
$deprecated = new FixtureDeprecatedClass();
$this->assertEquals('test', $deprecated->testFunction());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.