Skip to content
Snippets Groups Projects
Commit 8b092b66 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Remove unused "use" statements and broken comments.

parent fb35c3b3
Branches
Tags
No related merge requests found
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
namespace SimpleSAML\Test\Locale; namespace SimpleSAML\Test\Locale;
use Gettext\Translations;
use Gettext\Translator;
use SimpleSAML\Locale\Localization; use SimpleSAML\Locale\Localization;
class LocalizationTest extends \PHPUnit_Framework_TestCase class LocalizationTest extends \PHPUnit_Framework_TestCase
...@@ -80,8 +77,5 @@ class LocalizationTest extends \PHPUnit_Framework_TestCase ...@@ -80,8 +77,5 @@ class LocalizationTest extends \PHPUnit_Framework_TestCase
// Reset // Reset
$l->restoreDefaultDomain(); $l->restoreDefaultDomain();
# $curDomain = $l->getCurrentDomain();
# $this->assertEquals($curDomain, Localization::DEFAULT_DOMAIN);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment