X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fstructure%2FApiDocumentationTest.php;h=542420a9dc2d850b982a66903f3792ae0366fbc9;hb=5b119a0e442306d90198deead25f6a975513e65e;hp=b9cb6c17e419dfbfa4f61a7fefb0630ba15357b9;hpb=f9d7d3b8561dab3ddfd8798a77a5b72e03ac8c2b;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/structure/ApiDocumentationTest.php b/tests/phpunit/structure/ApiDocumentationTest.php index b9cb6c17e4..542420a9dc 100644 --- a/tests/phpunit/structure/ApiDocumentationTest.php +++ b/tests/phpunit/structure/ApiDocumentationTest.php @@ -153,7 +153,7 @@ class ApiDocumentationTest extends MediaWikiTestCase { foreach ( $globals as $k => $v ) { $g[] = "$k=" . var_export( $v, 1 ); } - $k = "Module $path with " . join( ', ', $g ); + $k = "Module $path with " . implode( ', ', $g ); $ret[$k] = [ $path, $globals ]; } }