aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.php
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2014-04-10 12:31:47 +0300
committerFilipp Lepalaan <f@230.to>2014-04-10 12:31:47 +0300
commit612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3 (patch)
treef6967b5db5dbb51f4e74259ab3e91e277c66a766 /runtests.php
parent71d9f4c8abd4158eee11d758ab418e2ebcfa5c6d (diff)
downloadgsxlib-612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3.tar.gz
gsxlib-612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3.tar.bz2
gsxlib-612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3.zip
Added $lang argument
Diffstat (limited to 'runtests.php')
-rw-r--r--runtests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.php b/runtests.php
index c1323e8..6619cc5 100644
--- a/runtests.php
+++ b/runtests.php
@@ -7,7 +7,7 @@ class GsxlibTest extends UnitTestCase
{
function setUp() {
global $argv;
- $this->gsx = GsxLib::getInstance($argv[1], $argv[2], $argv[3], 'ut');
+ $this->gsx = GsxLib::getInstance($argv[1], $argv[2], $argv[3], 'ut', 'emea', 'CEST', 'es');
}
function testWarranty() {