From 16c73af0cb131d3860f6945a61619a15c2a99f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 4 Mar 2019 20:16:18 +0100 Subject: [PATCH] remove test ticketlog --- test/phpunit/TicketTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/phpunit/TicketTest.php b/test/phpunit/TicketTest.php index 175ced68bda..b5bfd9212e9 100644 --- a/test/phpunit/TicketTest.php +++ b/test/phpunit/TicketTest.php @@ -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