Commit Graph

51 Commits

Author SHA1 Message Date
Michal Čihař
07472a7f2a Make this test pass (it was built not to expect links to documentation) 2011-12-16 15:40:04 +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
e15ff037e3 typo 2011-10-02 07:11:57 +05:30
Madhura Jayaratne
50293004ad Fix failing tests 2011-10-02 06:58:35 +05:30
Madhura Jayaratne
aa4dac8175 Defining undefined config 2011-10-02 02:10:15 +05:30
Madhura Jayaratne
383d55ff6d Revert 7bb14bcea9 2011-10-02 02:07:36 +05:30
Madhura Jayaratne
7bb14bcea9 Including undefined config 2011-10-02 01:51:20 +05:30
Madhura Jayaratne
9cd4a96902 Fix failing tests 2011-10-02 01:04:32 +05:30
Rouslan Placella
b8d454f851 Fixed unit tests 2011-09-30 16:44:06 +01:00
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +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
Madhura Jayaratne
20ff8f2ee0 These types are now supported in PMA 2011-08-17 20:45:16 +05:30
Piotr Przybylski
a9d583e5d5 Add some missing @return tags in tests 2011-08-16 14:30:46 +02:00
Michal Čihař
0c965a91ad Make test not dependending on set/non set variables 2011-08-10 11:25:13 +02:00
Michal Čihař
8f618e6f01 Convert more occurences of inline autosubmit code to external js 2011-08-08 13:29:20 +02:00
Michal Čihař
64c30e51e7 Coding style, class definitions 2011-08-05 15:12:08 +02:00
Michal Čihař
872ddd034f Fix comments 2011-08-04 19:43:29 +02:00
Dieter Adriaenssens
46cd0d6afa fix typo 2011-08-04 19:24:15 +02:00
Dieter Adriaenssens
d1f124492f fix typo 2011-08-04 19:20:23 +02:00
Michal Čihař
d4c9e4135e Fix comments 2011-08-04 17:32:18 +02:00
Michal Čihař
85eb9c74a1 Add testcase for PMA_expandUserString 2011-08-04 17:31:55 +02:00
Michal Čihař
22b46564e1 Add testcase for another way of escaping 2011-08-04 17:21:51 +02:00
Michal Čihař
83d3c0d2fd Move attribute processing to PMA_extractFieldSpec 2011-08-04 17:08:49 +02:00
Michal Čihař
809258e49b Docs 2011-08-04 16:50:29 +02:00
Michal Čihař
542738dd88 Export print_type and make it usable for set/enum as well 2011-08-04 16:33:34 +02:00
Michal Čihař
5adf2fb352 Processing of varbinary fields 2011-08-04 16:21:47 +02:00
Michal Čihař
04c5a81b8c Make short type also always lowercase 2011-08-04 16:10:41 +02:00
Michal Čihař
42df62c050 Make type lowercase everytime 2011-08-04 16:09:17 +02:00
Michal Čihař
11acfe2651 Add testcase for varchar 2011-08-04 16:08:34 +02:00
Michal Čihař
cbcde38db1 Add more testcases 2011-08-04 16:07:13 +02:00
Michal Čihař
1c356718ea Add test case for PMA_extractFieldSpec 2011-08-04 16:03:56 +02:00
Michal Čihař
4fb5b65fd2 Remove unused parameter $container from PMA_getIcon 2011-08-04 13:47:44 +02:00
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Michal Čihař
41b23ebf4a Wrap long lines 2011-07-21 16:50:12 +02:00
Michal Čihař
08d83ae4d5 Coding style 2011-07-21 16:47:59 +02:00
Michal Čihař
5187db7343 The themes path is no longer used here 2011-07-21 16:37:32 +02:00
Michal Čihař
8a3aa86f36 The themes path is no longer used here 2011-07-21 16:37:06 +02:00
Michal Čihař
e490bdd262 Adjust test cases to sprited icons 2011-07-21 16:26:07 +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ř
8e511c16ff I've simplified this too much
Each test needs different params.
2011-07-21 11:47:00 +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ř
9fe1aefb8a Add missing setup to PMA_buildActionTitles_test 2011-07-21 10:24:23 +02:00
Michal Čihař
dd0e9396a9 Add missing step to setup phase 2011-07-21 10:22:29 +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
c9c110969f Typo 2011-07-14 07:46:42 +03:00
Zarubin Stas
cf733f1f55 New tests for common.lib.php 2011-07-11 03:23:34 +03:00
Zarubin Stas
e093653e46 Comments for testBackquote and new testBackquoteForbidenWords. 2011-07-06 13:12:34 +03:00
Zarubin Stas
91709ec0c1 New PHPUnit tests for common.lib.php 2011-07-06 10:47:10 +03:00