From 5729bdb2c92a04e8521a0490e2f4b19ea55ae363 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 May 2017 19:51:31 +0200 Subject: [PATCH] Fix phpunit --- test/phpunit/CodingSqlTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/CodingSqlTest.php b/test/phpunit/CodingSqlTest.php index 0a9acc50220..c6123df3e77 100644 --- a/test/phpunit/CodingSqlTest.php +++ b/test/phpunit/CodingSqlTest.php @@ -57,7 +57,7 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1; * @backupStaticAttributes enabled * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased. */ -class SqlTest extends PHPUnit_Framework_TestCase +class CodingSqlTest extends PHPUnit_Framework_TestCase { protected $savconf; protected $savuser;