summaryrefslogtreecommitdiffstats
path: root/tests/AuthTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AuthTest.php')
-rw-r--r--tests/AuthTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AuthTest.php b/tests/AuthTest.php
index f8769ea..31c4c52 100644
--- a/tests/AuthTest.php
+++ b/tests/AuthTest.php
@@ -12,7 +12,7 @@ class AuthTest extends PHPUnit_Framework_TestCase
{
require_once __DIR__ . '/../auth.class.php';
require_once __DIR__ . '/../config.class.php';
- require_once __DIR__ . '/../languages/en_GB.php';
+ require __DIR__ . '/../languages/en_GB.php';
// $dbh = new PDO(sqlite::memory:);
$this->dbh = new PDO("mysql:host=127.0.0.1;dbname=phpauthtest", "root", "");