Actually skip the tests

This commit is contained in:
Mike Koch 2018-05-19 12:11:44 -04:00
parent d15d4bf8d1
commit 7a3d2f20a9
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ class UserToTicketCheckerTest extends TestCase {
function testItReturnsTrueWhenTheUserDoesNotHaveEditPermissionsButIsTheCategoryManager() {
//-- Arrange
$this->skip();
$this->markTestSkipped();
$user = new UserContext();
$user->admin = false;

View File

@ -188,7 +188,7 @@ class CreateTicketTest extends TestCase {
function testItSetsTheNextUserForAutoassign() {
//-- Arrange
$this->skip();
$this->markTestSkipped();
$this->heskSettings['autoassign'] = 1;
$autoassignUser = new UserContext();