From 123f4257afdf891d584380b876e1ab43d2c1236e Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Thu, 1 Mar 2018 06:41:57 +0100 Subject: [PATCH] Allow using doesNotPerformAssertions annotations The annotation is used in PHPUnit tests to mark tests without assertions as "not risky" --- lib/Doctrine/ruleset.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/ruleset.xml b/lib/Doctrine/ruleset.xml index 6f6226d5..28b4b8be 100644 --- a/lib/Doctrine/ruleset.xml +++ b/lib/Doctrine/ruleset.xml @@ -231,6 +231,7 @@ @dataProvider, @depends, @deprecated, + @doesNotPerformAssertions, @Enum, @expectedDeprecation, @expectedException,