mindplay-dk / lang

Ultra-simple, super-lightweight localization facility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Doc.

coolternet opened this issue · comments

Hello. I try to use it but im not able to test.
Fatal error: Uncaught Error: Call to undefined function configure() in E:\UwAmp\www\lang\test.php:7 Stack trace: #0 {main} thrown in E:\UwAmp\www\lang\test.php on line 7

line #7 : configure()->enableCodeCoverage(DIR . '/build/clover.xml', dirname(DIR) . '/src');

i dont have /build/clover.xml...

composer install then php test/test.php should work?

It runs on my local system and on the CI server without problems, so I'm going to assume there's no real problem here.