From 295d35f6fc127534dbed8ad4521b4f7d53641419 Mon Sep 17 00:00:00 2001 From: Enzo <enzo@localhost.localdomain> Date: Sun, 12 Nov 2017 18:48:21 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20/doc=20&=20/tests/res.=20D=C3=A9bu?= =?UTF-8?q?t=20de=20d=C3=A9tection=20de=20sign.=20bas=C3=A9e=20sur=20PHPWe?= =?UTF-8?q?bshellDetector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/UtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UtilTest.php b/tests/UtilTest.php index b82f782..834612e 100644 --- a/tests/UtilTest.php +++ b/tests/UtilTest.php @@ -1,7 +1,7 @@ <?php namespace Tests; -//require_once __DIR__."/../src/util.php"; +require_once __DIR__."/../src/util.php"; use PHPUnit\Framework\TestCase; use function AnalyzerNS\removeAllWhiteSpaces; -- GitLab