https://stackoverflow.com/a/51133268/1348344 ```diff +/** + * @doesNotPerformAssertions + */ public function testSomething() { $someService = new SomeObject(); $someService->shallNotFail(); } ```
https://stackoverflow.com/a/51133268/1348344