diff options
author | Filipp Lepalaan <f@230.to> | 2014-04-10 12:31:47 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2014-04-10 12:31:47 +0300 |
commit | 612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3 (patch) | |
tree | f6967b5db5dbb51f4e74259ab3e91e277c66a766 /runtests.php | |
parent | 71d9f4c8abd4158eee11d758ab418e2ebcfa5c6d (diff) | |
download | gsxlib-612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3.tar.gz gsxlib-612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3.tar.bz2 gsxlib-612ee8577f5f64b0e82fefb4ba7db09e7ec7b6a3.zip |
Added $lang argument
Diffstat (limited to 'runtests.php')
-rw-r--r-- | runtests.php | 2 |
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() { |