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
path: root/test
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-05-14 17:30:50 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-14 17:30:50 +0400
commita09b488b1d7e90ebc50583a80e8b9e587ff7e792 (patch)
tree8d4d40d78c4387db6a8782d95e17d3a08ca30e96 /test
parentc5dda33bde3869aea020f949c0d7bd6bda170849 (diff)
Loading of defaults can be too long and timeout
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Config_test.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index ec4b89dd51..bfe540adea 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -261,6 +261,11 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
$this->assertEquals($php_int_ver, $this->object->get('PMA_PHP_INT_VERSION'));
}
+ /**
+ * Tests loading of default values
+ *
+ * @group large
+ */
public function testLoadDefaults()
{
$prevDefaultSource = $this->object->default_source;