X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fparser%2FTidySupport.php;h=c0a9312ba9e122874796635dc2f501a8a8a0d7d3;hp=6aed02f304d9aa525bbaae472e63ef2bba5c4f34;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=5cb794e3d9e55ee3fa71ddaca05be4e4225f84f1 diff --git a/tests/parser/TidySupport.php b/tests/parser/TidySupport.php index 6aed02f304..c0a9312ba9 100644 --- a/tests/parser/TidySupport.php +++ b/tests/parser/TidySupport.php @@ -66,7 +66,7 @@ class TidySupport { $this->config['driver'] = 'RaggettExternal'; $this->config['tidyBin'] = $wgTidyBin; } else { - $path = Installer::locateExecutableInDefaultPaths( $wgTidyBin ); + $path = ExecutableFinder::findInDefaultPaths( $wgTidyBin ); if ( $path !== false ) { $this->config['driver'] = 'RaggettExternal'; $this->config['tidyBin'] = $wgTidyBin;