remove test ticketlog

This commit is contained in:
Frédéric FRANCE 2019-03-04 20:16:18 +01:00
parent f283782445
commit 16c73af0cb
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -341,7 +341,7 @@ class TicketTest extends PHPUnit_Framework_TestCase
* @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;
@ -357,7 +357,7 @@ class TicketTest extends PHPUnit_Framework_TestCase
$this->assertGreaterThan(0, $result);
return $localobject;
}
}*/
/**
* testTicketclose