Files
mediawiki-extensions-Univer…/tests/phpunit/Makefile
Niklas Laxström 9daeacf1c5 LanguageNameIndexer/Search: use unicode aware lowercasing
With this MEÄNKELI with typos=1 finds results.

Updated test case for lowercased result. Renamed variables in test
file for clarity. Updated the default value for MW_INSTALL_PATH to
work with the default layout.

Change-Id: Id93c84d308705f55b4d2378fc8c7b7f243e1b53f
2016-08-08 08:43:15 +02:00

11 lines
203 B
Makefile

ifndef MW_INSTALL_PATH
MW_INSTALL_PATH=../../../..
endif
default:
php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php .
.PHONY: *Test.php
*Test.php:
php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php $@