From 735156f4b8c10f4b534203873a7ee0b2ea7ac6e6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 12 Mar 2018 13:22:09 +0100 Subject: [PATCH] Try to fix phpunit error --- test/phpunit/TicketsupTest.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/test/phpunit/TicketsupTest.php b/test/phpunit/TicketsupTest.php index 9e807b855db..53170100d22 100644 --- a/test/phpunit/TicketsupTest.php +++ b/test/phpunit/TicketsupTest.php @@ -18,11 +18,10 @@ /** * \file test/unit/TicketsupTest.php -* \ingroup test -* \brief PHPUnit test -* \remarks To run this script as CLI: phpunit filename.php -*/ -namespace test\unit; + * \ingroup test + * \brief PHPUnit test + * \remarks To run this script as CLI: phpunit filename.php + */ global $conf,$user,$langs,$db; //define('TEST_DB_FORCE_TYPE','mysql'); // This is to force using mysql driver