Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/libraries/php-gettext/Locales_test.php')
-rw-r--r--test/libraries/php-gettext/Locales_test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/libraries/php-gettext/Locales_test.php b/test/libraries/php-gettext/Locales_test.php
index b0cce7f5f3..87fd6904c1 100644
--- a/test/libraries/php-gettext/Locales_test.php
+++ b/test/libraries/php-gettext/Locales_test.php
@@ -5,7 +5,7 @@
*
* @package PhpMyAdmin-test
*/
-require_once('libraries/php-gettext/gettext.inc');
+require_once 'libraries/php-gettext/gettext.inc';
class LocaleTest extends PHPUnit_Framework_TestCase
{
@@ -85,4 +85,3 @@ class LocaleTest extends PHPUnit_Framework_TestCase
}
}
-?>