From 505a06ca3e68110f6e92d533f63567aa29809991 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 Aug 2019 03:42:34 +0200 Subject: [PATCH] Fix phpunit --- test/phpunit/FormAdminTest.php | 2 +- test/phpunit/FormTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/phpunit/FormAdminTest.php b/test/phpunit/FormAdminTest.php index 8532d6ac283..844be2e4f32 100644 --- a/test/phpunit/FormAdminTest.php +++ b/test/phpunit/FormAdminTest.php @@ -119,7 +119,7 @@ class FormAdminTest extends PHPUnit_Framework_TestCase } /** - * testFactureCreate + * testSelectPaperFormat * * @return int */ diff --git a/test/phpunit/FormTest.php b/test/phpunit/FormTest.php index b3025b4c345..69594325b20 100644 --- a/test/phpunit/FormTest.php +++ b/test/phpunit/FormTest.php @@ -58,7 +58,7 @@ class FormTest extends PHPUnit\Framework\TestCase * * @return FactureTest */ - function __construct() + public function __construct() { parent::__construct();