diff options
author | Brian Evans <grknight@gentoo.org> | 2018-11-20 10:51:06 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-11-20 10:51:06 -0500 |
commit | 1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb (patch) | |
tree | ad113bd05db878a61b503938c05fe046eca25ee0 /MLEB/Translate/tests/phpunit/Makefile | |
parent | LinkAttributes: Update to v0.2 (diff) | |
download | extensions-1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb.tar.gz extensions-1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb.tar.bz2 extensions-1ea74fa59d8d1c6c12d20be6c8e7d5ac7f370fdb.zip |
Update to MediaWikiLanguageExtensionBundle-2018.10
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'MLEB/Translate/tests/phpunit/Makefile')
-rw-r--r-- | MLEB/Translate/tests/phpunit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/tests/phpunit/Makefile b/MLEB/Translate/tests/phpunit/Makefile index 2435061e..c86c77cf 100644 --- a/MLEB/Translate/tests/phpunit/Makefile +++ b/MLEB/Translate/tests/phpunit/Makefile @@ -2,7 +2,7 @@ ifndef MW_INSTALL_PATH MW_INSTALL_PATH=../../../.. endif -DIRS = api ffs insertables +DIRS = api ffs insertables utils default: php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php . |