Commit Graph

21 Commits

Author SHA1 Message Date
Hugues Peccatte
c38b78defb PHPCS updates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-15 11:46:16 +01:00
ptarjan
840f7b1215 Make unit tests friendlier to running independently 2013-11-20 14:43:55 -08:00
Michal Čihař
8b9fa8aa36 Do not set language in every test 2013-06-11 14:02:49 +02:00
Michal Čihař
92c76b9630 Various class name improvements in testsuite 2013-05-02 15:57:09 +02:00
Chanaka Indrajith
a49fd1a154 Modified some untracked files 2012-09-16 17:09:12 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
a6234ae0a3 Renamed the file to Util.class.php and modify the relavant files 2012-09-16 13:48:21 +05:30
Chanaka Indrajith
74de5e3fd3 common.lib.php file renamed to CommonFunctions.class.php 2012-06-28 06:00:58 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Marc Delisle
b4f51cada5 Remove ReplaceHelpImg directive; this is a behavior that belongs to the themes 2012-04-27 15:44:20 -04:00
Michal Čihař
82c9795e9d Remove useless @version $Id: 2012-04-27 11:34:57 +02:00
Michal Čihař
b2243f08a8 Fix spacing around brackets 2012-04-27 11:30:47 +02:00
Michal Čihař
fe70a3c7de Remove parameter $die and use PMA_fatalError instead
The parameter was used in testsuite only and this case is already
handled by PMA_fatalError.
2012-04-11 14:04:00 +02:00
Michal Čihař
2814fc28c3 Add missing includes 2012-04-11 14:03:44 +02:00
Michal Čihař
eddbee7e73 Use PHPUnit_Framework_TestCase insead of PHPUnit_Extensions_OutputTestCase
This is needed for phpunit 3.6 (otherwise it throws out tons of
warnings).
2011-12-19 14:59:42 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Michal Čihař
c8c68cc588 Need to set db parameter when we're checking for it 2011-07-21 12:57:28 +02:00
Michal Čihař
578bb63d76 Another variable needed for test 2011-07-21 11:46:14 +02:00
Michal Čihař
f080342e7a Add missing bits to test cases setup 2011-07-21 11:39:15 +02:00
Michal Čihař
dd0e9396a9 Add missing step to setup phase 2011-07-21 10:22:29 +02:00
Zarubin Stas
cf733f1f55 New tests for common.lib.php 2011-07-11 03:23:34 +03:00