diff --git a/tests/php-unit-tests/unitary-tests/setup/SetupUtilsTest.php b/tests/php-unit-tests/unitary-tests/setup/SetupUtilsTest.php index 45708fcb7..ccf1bc091 100644 --- a/tests/php-unit-tests/unitary-tests/setup/SetupUtilsTest.php +++ b/tests/php-unit-tests/unitary-tests/setup/SetupUtilsTest.php @@ -46,8 +46,8 @@ class SetupUtilsTest extends ItopTestCase $this->assertTrue($bLabelFound, "label '$sLabel' not found"); } - public function CheckGraphvizProvider(){ - if (substr(PHP_OS,0,3) === 'WIN'){ + public function CheckGraphvizProvider() { + if (substr(PHP_OS, 0, 3) === 'WIN') { return []; }