Commit Graph

22 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
58b10807c8 Rename classes files.
Rename classes.

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
Hugues Peccatte
42e0bdd47a Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00
Hugues Peccatte
8558047094 Coding style modifications.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-09 23:21:13 +02:00
Dhananjay Nakrani
e65b678386 Add test cases for'PMA_Error::getBacktrace()'.
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-16 11:50:55 +05:30
Jeff Chan
607cb3b0b3 Import dependencies to make unit tests friendlier to running independently
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 659efe1a88

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-10 03:26:24 +00:00
ptarjan
840f7b1215 Make unit tests friendlier to running independently 2013-11-20 14:43:55 -08:00
Marc Delisle
d6488e2f58 Fix coding style 2013-10-21 03:40:52 -07:00
Piotr Przybylski
f8f43a10a7 Fix test on Windows 2013-10-20 23:24:32 +02:00
Michal Čihař
9eb7250b5e Missing class doc 2013-05-10 10:07:03 +02:00
Michal Čihař
92c76b9630 Various class name improvements in testsuite 2013-05-02 15:57:09 +02:00
Michal Čihař
6027130ba4 Can not test for line numbers, they differ versin to version 2012-10-18 09:13:11 +02:00
Madhura Jayaratne
bc5de586c6 Doc block improvements (mostly specifying return types) 2012-09-26 22:55:04 +05:30
Michal Čihař
3b357483c7 No need to use mockup for non abstract classes 2012-09-17 14:01:19 +02:00
Michal Čihař
88728c9ab7 Use assertContains instead of unreadabale assertTrue(strpos() !== false) 2012-07-18 15:49:59 +02:00
Michal Čihař
3d27acfeba Various coding style improvements 2012-07-18 15:48:00 +02:00
Michal Čihař
9eb286be46 Saner test as the real patch can be always different 2012-07-18 15:33:53 +02:00
Michal Čihař
57728549b2 Hopefully fix testcase 2012-07-17 12:05:13 +02:00
Michal Čihař
6a42194e2f Fix expected/result order 2012-07-17 12:02:37 +02:00
Yasitha Pandithawatta
7b1b3137c8 Test cases for Script.class.php 2012-07-04 23:40:22 +05:30
Yasitha Pandithawatta
0c8d2e65a2 Test cases for Error.class.php 2012-06-29 22:26:37 +05:30