Michal Čihař
|
c9b6c0c16e
|
Fix typo in method name
|
2012-07-19 14:43:54 +02:00 |
|
Michal Čihař
|
b8d5149d82
|
Enable this test
|
2012-07-18 14:51:38 +02:00 |
|
Michal Čihař
|
ef366c1b2d
|
Fix expected output
|
2012-07-18 14:51:22 +02:00 |
|
Michal Čihař
|
bbb3c76b5e
|
Fix testcase to run standalone
|
2012-07-17 16:51:34 +02:00 |
|
Chanaka Indrajith
|
a76dcc4e4f
|
Resolve conflicts
|
2012-06-30 11:47:45 +05:30 |
|
Yasitha Pandithawatta
|
89600d7b1b
|
test cases for DisplayResults.class.php
|
2012-06-28 22:29:47 +05:30 |
|
Chanaka Indrajith
|
74de5e3fd3
|
common.lib.php file renamed to CommonFunctions.class.php
|
2012-06-28 06:00:58 +05:30 |
|
Chanaka Indrajith
|
39d37fafcc
|
Resolved conflicts
|
2012-06-27 21:53:59 +05:30 |
|
Michal Čihař
|
cacbc79bc8
|
Add missing variables and includes to make the test work
|
2012-06-25 12:17:50 +02:00 |
|
Michal Čihař
|
14d2a27b8f
|
Prepare config as test uses it
|
2012-06-25 11:13:01 +02:00 |
|
Michal Čihař
|
913dd208a0
|
Include core before libraries which use it
|
2012-06-25 11:10:22 +02:00 |
|
Michal Čihař
|
0268a0b7c9
|
Include vendor config before scripts which use it
|
2012-06-25 11:09:11 +02:00 |
|
Chanaka Indrajith
|
766466135e
|
Implement class behavior of common.lib.php file
|
2012-06-22 23:38:33 +05:30 |
|
Rouslan Placella
|
1f7daca600
|
Dropped PMA_includeJS() in favor of the PMA_Scripts class
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
d817f6cccc
|
Renamed PMA_reloadNavigation() to PMA_getReloadNavigationScript()
|
2012-06-11 14:06:02 +01:00 |
|
Yasitha Pandithawatta
|
a4472166bd
|
fixed test case errors
|
2012-06-04 09:59:53 +02:00 |
|
Madhura Jayaratne
|
e1a4f227fd
|
Fix function name: PMA_get_real_size -> PMA_getRealSize
|
2012-06-01 21:58:59 +05:30 |
|
Madhura Jayaratne
|
3849390b8b
|
Fix function name: PMA_array_merge_recursive -> PMA_arrayMergeRecursive
|
2012-06-01 21:57:07 +05:30 |
|
Madhura Jayaratne
|
381ae7b85a
|
Fix function name: PMA_array_read -> PMA_arrayRead
|
2012-06-01 21:46:31 +05:30 |
|
Madhura Jayaratne
|
0a595f1f54
|
Fix function name: PMA_array_write -> PMA_arrayWrite
|
2012-06-01 21:44:33 +05:30 |
|
Madhura Jayaratne
|
ddc575ca04
|
Fix function name: PMA_array_remove -> PMA_arrayRemove
|
2012-06-01 21:41:59 +05:30 |
|
Michal Čihař
|
08ceb6e44d
|
Pass parameter as parameter instead of defining constant
|
2012-05-11 14:46:02 +02:00 |
|
Michal Čihař
|
317b365baa
|
Various coding style improvements
|
2012-04-24 14:06:15 +02:00 |
|
Madhura Jayaratne
|
3332151859
|
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
|
2012-04-14 09:09:21 +05:30 |
|
Madhura Jayaratne
|
ea800101cb
|
Fix Checkstyle Warnings - Type: BraceOnSameLine
|
2012-04-13 21:50:26 +05:30 |
|
Michal Čihař
|
8ce97b5808
|
Adjust testsuite to changes in 3b56f6a53b
|
2012-03-19 10:33:24 +01:00 |
|
Michal Čihař
|
479e48de42
|
Adjust testsuite to changes in 3b56f6a53b
|
2012-03-19 10:25:26 +01: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 |
|
Madhura Jayaratne
|
9cd4a96902
|
Fix failing tests
|
2011-10-02 01:04:32 +05:30 |
|
Madhura Jayaratne
|
13adb5adf7
|
Use lower case for true, false and null
|
2011-09-23 11:11:41 +05:30 |
|
Madhura Jayaratne
|
e67a0a2531
|
Spaces between parameters in function calls
|
2011-09-23 08:43:41 +05:30 |
|
Dieter Adriaenssens
|
94c6836f8b
|
fix coding style : control structures
|
2011-09-05 14:28:17 +02:00 |
|
Michal Čihař
|
e3306f098d
|
Make test not dependending on set/non set variables
|
2011-08-10 11:28:39 +02:00 |
|
Michal Čihař
|
64c30e51e7
|
Coding style, class definitions
|
2011-08-05 15:12:08 +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 |
|
Zarubin Stas
|
b00f268cca
|
session_start() moved to bootstrap-dist.php
|
2011-07-06 14:42:25 +03:00 |
|
Zarubin Stas
|
f05749656d
|
Fix for PMA_headerLocation_test
|
2011-07-01 22:36:54 +03:00 |
|
Zarubin Stas
|
f7d7102d2f
|
- Unit Test grouped by library directory
- Added configuration file phpunit.xml.dist and bootstraper-dist.php
- Ignoring phpunit.xml, bootstraper.php and build/
|
2011-06-29 20:06:27 +03:00 |
|