Commit Graph

15 Commits

Author SHA1 Message Date
Hugues Peccatte
7f8f34e89d Remove classes require_once.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:22 +02:00
Hugues Peccatte
f0ba28fc1d Set namespace on Advisor, Config, Console and Util classes.
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Madhura Jayaratne
20cf74c531 Fix tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-28 17:15:19 +05:30
Madhura Jayaratne
05c5ba753c Distinguish between index type and index choice
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-28 11:50:21 +05:30
ptarjan
840f7b1215 Make unit tests friendlier to running independently 2013-11-20 14:43:55 -08:00
Michal Čihař
34dce1d3b4 Various coding style improvements 2013-06-11 16:27:31 +02:00
adamgsoc2013
fc8a879b14 fix the assert failure due to PMA_Non_unique 2013-05-24 00:04:33 +08:00
adamgsoc2013
739b048bbb add test case for PMA_Index_test 2013-05-23 23:54:05 +08:00
adamgsoc2013
607b9cbc8d fix the assert failure, which is caused by '/n' 2013-05-13 21:08:36 +08:00
adamgsoc2013
2b69375a56 add more test case for PMA_Index 2013-05-13 20:58:50 +08:00
adamgsoc2013
74180c0ffc fix the undefined index, it is the function of PMA_Index 2013-05-11 11:45:01 +08:00
adamgsoc2013
c9e4adf2ae add test case for Index::getColumn and PMA_Index_Column 2013-05-11 11:36:18 +08:00
Michal Čihař
7e84205c05 Private member should start with underscore 2013-05-10 10:07:17 +02:00
adamgsoc2013
2215e442e3 fix the column parameter error 2013-05-10 15:26:10 +08:00
adamgsoc2013
68222dbb88 add PMA_Index_test 2013-05-10 00:24:08 +08:00