diff --git a/api/Tests/BusinessLogic/Security/UserToTicketCheckerTest.php b/api/Tests/BusinessLogic/Security/UserToTicketCheckerTest.php index 72c40d93..31f0b91b 100644 --- a/api/Tests/BusinessLogic/Security/UserToTicketCheckerTest.php +++ b/api/Tests/BusinessLogic/Security/UserToTicketCheckerTest.php @@ -95,7 +95,7 @@ class UserToTicketCheckerTest extends TestCase { function testItReturnsTrueWhenTheUserDoesNotHaveEditPermissionsButIsTheCategoryManager() { //-- Arrange - $this->skip(); + $this->markTestSkipped(); $user = new UserContext(); $user->admin = false; diff --git a/api/Tests/BusinessLogic/Tickets/TicketCreatorTests/CreateTicketForCustomerTest.php b/api/Tests/BusinessLogic/Tickets/TicketCreatorTests/CreateTicketForCustomerTest.php index 8f943900..ed36ea8f 100644 --- a/api/Tests/BusinessLogic/Tickets/TicketCreatorTests/CreateTicketForCustomerTest.php +++ b/api/Tests/BusinessLogic/Tickets/TicketCreatorTests/CreateTicketForCustomerTest.php @@ -188,7 +188,7 @@ class CreateTicketTest extends TestCase { function testItSetsTheNextUserForAutoassign() { //-- Arrange - $this->skip(); + $this->markTestSkipped(); $this->heskSettings['autoassign'] = 1; $autoassignUser = new UserContext();