diff --git a/test/core/UserRightsTest.php b/test/core/UserRightsTest.php index 20ca4d880..b17e2e220 100644 --- a/test/core/UserRightsTest.php +++ b/test/core/UserRightsTest.php @@ -31,6 +31,7 @@ use UserRights; /** * @group itopRequestMgmt + * @group userRights * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @backupGlobals disabled diff --git a/test/webservices/RestTest.php b/test/webservices/RestTest.php index 91ce5a277..baef75975 100644 --- a/test/webservices/RestTest.php +++ b/test/webservices/RestTest.php @@ -8,6 +8,7 @@ use Exception; /** * @group itopRequestMgmt + * @group restApi * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @backupGlobals disabled