mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts: # tests/php-unit-tests/unitary-tests/setup/SetupUtilsTest.php
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user