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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2014-10-07 13:37:55 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2014-10-07 13:37:55 +0400
commit8d8135893de7756042fa0a13ce5583397b83ffaa (patch)
tree70026fab7bbfd232c392b9a5269fea41c0d4deb8 /test
parent92da2c79ca9a141960c2e3aa4a6241abf8faeb63 (diff)
Function name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/common/PMA_generateHiddenMaxFileSize_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libraries/common/PMA_generateHiddenMaxFileSize_test.php b/test/libraries/common/PMA_generateHiddenMaxFileSize_test.php
index 3926c3feb1..aa8bb04f4c 100644
--- a/test/libraries/common/PMA_generateHiddenMaxFileSize_test.php
+++ b/test/libraries/common/PMA_generateHiddenMaxFileSize_test.php
@@ -47,7 +47,7 @@ class PMA_GenerateHiddenMaxFileSize_Test extends PHPUnit_Framework_TestCase
*
* @dataProvider dataProvider
*/
- function test_generateHiddenMaxFileSize($size)
+ function testGenerateHiddenMaxFileSize($size)
{
$this->assertEquals(
PMA_Util::generateHiddenMaxFileSize($size),