Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Nov 21, 2019
1 parent 7442ca5 commit f0f1327
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/language/langConfValidationTest.php
Expand Up @@ -3,6 +3,8 @@
use Geeklog\ConfigInterface;
use \PHPUnit\Framework\TestCase as TestCase;

require_once __DIR__ . '/../../system/classes/ConfigInterface.php';

/**
* There is now a dependency between the entries for dropdown menus in
* $LANG_configselects and $_CONF_VALIDATE. If you accidentally translate
Expand All @@ -27,6 +29,9 @@ protected function setUp()
$_CONF['site_admin_url'] = 'http://www.example.com/admin';
$_CONF['site_name'] = 'Test Site';
$_CONF['speedlimit'] = 42;
$_CONF['theme'] = 'denim_three';
$_CONF['theme_gl_version'] = '2.2.1';
$_CONF['min_theme_gl_version'] = '2.2.1';
$_CONF['commentspeedlimit'] = 42;
$_CONF['backup_path'] = '/path/to/geeklog/';
$_CONF['invalidloginattempts'] = 'Invalid login attempts';
Expand Down

0 comments on commit f0f1327

Please sign in to comment.