Skip to content

Commit

Permalink
remove test ticketlog
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Mar 4, 2019
1 parent f283782 commit 16c73af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/phpunit/TicketTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public function testTicketassignUserOther($localobject)
* @depends testTicketFetch
* The depends says test is run only if previous is ok
*/
public function testTicketcreateTicketLog($localobject)
/*public function testTicketcreateTicketLog($localobject)
{
global $conf,$user,$langs,$db;
$conf=$this->savconf;
Expand All @@ -357,7 +357,7 @@ public function testTicketcreateTicketLog($localobject)
$this->assertGreaterThan(0, $result);
return $localobject;
}
}*/

/**
* testTicketclose
Expand Down

0 comments on commit 16c73af

Please sign in to comment.