Add phpunit configuration file

Use the configuration file to pass the location of the tests and
autoload class files.

Pass -sp to phpcs command
This commit is contained in:
Abijeet Patro
2020-02-21 08:48:06 +05:30
committed by Niklas Laxström
parent f216187aba
commit 6348e1589b
6 changed files with 28 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
<?php
require __DIR__ . '/../../src/LanguageUtil.php';
use PHPUnit\Framework\TestCase;
use Wikimedia\LanguageData\LanguageUtil;