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
Dan Ungureanu
91b97fadc2
Remove unneeded closing tags.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Madhura Jayaratne
e7bf1fb964
Remove more extra space after doc comments
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 10:43:23 +05:30
Hugues Peccatte
42e0bdd47a
Fix typos.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00
Michal Čihař
05820648e2
Revert "Fix failing tests"
...
This reverts commit 1fd8fde4ca .
2014-06-24 09:35:35 +02:00
Ann + J.M
1fd8fde4ca
Fix failing tests
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-22 16:49:17 +02:00
Dhananjay
0a18d86059
Fix for bug#4237.
...
Signed-off-by: Dhananjay <dhananjaynakrani@gmail.com>
2014-02-07 11:56:46 +05:30
Michal Čihař
a4788a9c90
Adjust tests to new messages
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-02 11:42:42 +01:00
Marc Delisle
3d72b1cc87
Fix typos
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-24 08:24:14 -05:00
Madhura Jayaratne
f311c9c502
Remove trailing white spaces
2013-11-03 19:13:23 +05:30
ayushchd
b9a5bffaba
Testsuite code-compliance fixes
2013-08-07 22:28:46 +05:30
Michal Čihař
8b9fa8aa36
Do not set language in every test
2013-06-11 14:02:49 +02:00
Michal Čihař
262d1b1a11
Allow to run standalone
2013-06-11 13:59:23 +02:00
Michal Čihař
ba9cff2736
Set token in single place for all tests
2013-06-11 13:53:31 +02:00
Michal Čihař
92c76b9630
Various class name improvements in testsuite
2013-05-02 15:57:09 +02:00
Samith Dassanayake
8b7ef92205
Update the test cases according to the changes for Message.class.php
2013-03-06 22:03:30 +05:30
Michal Čihař
bf638ee837
Fix tests to use http urls as well
2013-02-11 08:53:54 +01:00
Michal Čihař
15b554c8b6
Use docs.phpmyadmin.net instead of phpmyadmin.readthedocs.org
2012-11-13 14:19:44 +01:00
Michal Čihař
d0917d9549
Adjust testsuite to new documentation
2012-11-12 10:03:29 +01:00
Madhura Jayaratne
bc5de586c6
Doc block improvements (mostly specifying return types)
2012-09-26 22:55:04 +05:30
Michal Čihař
371d420c21
Simplify linking to documentation
...
Now documentation can be simply linked using [doc@anchor]..[/doc]
2012-09-05 15:19:13 +02:00
Michal Čihař
c83fa4b179
Drop deprecated [tt] from bbcode support
2012-09-05 14:38:31 +02:00
Michal Čihař
58054705ef
Drop deprecated [b] from bbcode support
2012-09-05 14:38:08 +02:00
Michal Čihař
a567a78b7f
Drop deprecated [i] from bbcode support
2012-09-05 14:37:21 +02:00
Madhura Jayaratne
78c36808e5
Fix method names
2012-08-30 23:17:25 +05:30
Michal Čihař
b8b4213169
This might be set, reset it for test
2012-07-17 11:15:31 +02:00
Yasitha Pandithawatta
0c8d2e65a2
Test cases for Error.class.php
2012-06-29 22:26:37 +05:30
Michal Čihař
21299c1db2
Add some documentation
2012-05-15 11:58:23 +02:00
Michal Čihař
1171ac5de5
Wrap some long lines
2012-05-15 11:56:13 +02:00
Michal Čihař
68743214be
Fix data providers
2012-05-15 11:55:37 +02:00
Michal Čihař
663eb13a56
Wrap some long lines
2012-05-15 11:54:37 +02:00
Michal Čihař
bf6feadba3
Fix test failure after changes in other tests
2012-05-15 11:41:10 +02:00
Madhura Jayaratne
ea800101cb
Fix Checkstyle Warnings - Type: BraceOnSameLine
2012-04-13 21:50:26 +05:30
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ř
bb1fd3c966
Expect token here as well
2011-12-16 15:36:06 +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ř
6135e405bf
Wrap long lines
2011-10-24 14:25:39 +02:00
Michal Čihař
4bf2927674
Force language to be set to avoid problems in jenkins
2011-10-24 14:24:12 +02:00
Michal Čihař
a67bd38133
Add testcases for links inside BB code
2011-10-24 13:51:58 +02:00
Michal Čihař
ebdad5e1c1
Add missing include
2011-10-24 13:51:41 +02:00
Zarubin Stas
2ca6e70154
Small fixes. New tests for Config.class.php and Theme.class.php,
2011-07-18 09:34:04 +03:00