X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FDjVuTest.php;h=c61ed22ad56fc6849b479375f1acfc5a1a80f5d8;hb=e1d58d90711b486cd48fa0cb0c183066798c3867;hp=e568eaf5ca8c66782f86fd174492bffc196d799a;hpb=70ae276db1c02e82d2f324c658fe1f61c7a204d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/media/DjVuTest.php b/tests/phpunit/includes/media/DjVuTest.php index e568eaf5ca..c61ed22ad5 100644 --- a/tests/phpunit/includes/media/DjVuTest.php +++ b/tests/phpunit/includes/media/DjVuTest.php @@ -24,15 +24,16 @@ class DjVuTest extends MediaWikiTestCase { parent::setUp(); //cli tool setup - $wgDjvuRenderer = $wgDjvuRenderer ? $wgDjvuRenderer : '/usr/local/bin/ddjvu'; - $wgDjvuDump = $wgDjvuDump ? $wgDjvuDump : '/usr/local/bin/djvudump'; - $wgDjvuToXML = $wgDjvuToXML ? $wgDjvuToXML : '/usr/local/bin/djvutoxml'; + $wgDjvuRenderer = $wgDjvuRenderer ? $wgDjvuRenderer : '/usr/bin/ddjvu'; + $wgDjvuDump = $wgDjvuDump ? $wgDjvuDump : '/usr/bin/djvudump'; + $wgDjvuToXML = $wgDjvuToXML ? $wgDjvuToXML : '/usr/bin/djvutoxml'; if ( !$this->checkIfToolExists( $wgDjvuRenderer ) || !$this->checkIfToolExists( $wgDjvuDump ) || !$this->checkIfToolExists( $wgDjvuToXML ) ) { - $this->markTestSkipped( 'This test needs the installation of the ddjvu, djvutoxml and djvudump tools' ); + $this->markTestSkipped( 'This test needs the installation of the ' + . 'ddjvu, djvutoxml and djvudump tools' ); } //file repo setup