From 612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 10 Apr 2014 12:31:47 +0300 Subject: Added $lang argument --- runtests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests.php') 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() { -- cgit v1.2.3