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:
committed by
Niklas Laxström
parent
f216187aba
commit
6348e1589b
@@ -38,7 +38,7 @@ class LanguageUtil {
|
||||
/**
|
||||
* Returns an instance of the class that can be used to then call the other methods in the
|
||||
* class.
|
||||
* @return LanguageUtil
|
||||
* @return self
|
||||
*/
|
||||
public static function get(): LanguageUtil {
|
||||
if ( self::$instance === null ) {
|
||||
|
||||
Reference in New Issue
Block a user