- Issue created by @pajor
- @pajor opened merge request.
The following error is thrown on the ContentHubEntitiesTrackingTest:
1) Drupal\Tests\acquia_contenthub\Unit\ContentHubEntitiesTrackingTest::testImportedDependentEntity
The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
Update the test case, by removing the annotation.
Active
1.0
Code