summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Debauche <olivier.debauche@gmail.com>2015-10-21 10:56:52 +0200
committerOlivier Debauche <olivier.debauche@gmail.com>2015-10-21 10:56:52 +0200
commit75dd8c4748a771d610f1ec72272f256b16efe177 (patch)
tree6304df399b6a8cee0dfc2585638629af90408f8b
parente4ee89277ef54f05506fbe798444cfa211e6958a (diff)
downloadPHPAuth-75dd8c4748a771d610f1ec72272f256b16efe177.zip
PHPAuth-75dd8c4748a771d610f1ec72272f256b16efe177.tar.gz
PHPAuth-75dd8c4748a771d610f1ec72272f256b16efe177.tar.bz2
Update AuthTest.php
-rw-r--r--tests/AuthTest.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/AuthTest.php b/tests/AuthTest.php
index 3ffe13b..8e99fe3 100644
--- a/tests/AuthTest.php
+++ b/tests/AuthTest.php
@@ -247,7 +247,13 @@ class AuthTest extends PHPUnit_Framework_TestCase
include __DIR__ . '/../languages/nl_BE.php';
$this->assertEquals(0, count(array_diff_key($baseLang, $lang)));
+
+ include __DIR__ . '/../languages/fa_IR.php';
+ $this->assertEquals(0, count(array_diff_key($baseLang, $lang)));
+
+ include __DIR__ . '/../languages/pt_BR.php';
+ $this->assertEquals(0, count(array_diff_key($baseLang, $lang)));
}
}
-?> \ No newline at end of file
+?>