Commit Graph

565 Commits

Author SHA1 Message Date
Michal Čihař
d7c3b58337 Dropped MySQL manual type configuration
Nothing but default settings is really working now:

- most formats are no longer available on MySQL formats
- for downloadable doc our links are in most cases broken and nobody
  noticed this, so I assume nobody is using this
- anyway most current installations don't have troubles with internet
  access what was main motivation for this configuration directive
2013-08-07 08:32:01 +02:00
Michal Čihař
f53a05afcc Include gettext instead of mocking up the function 2013-08-06 15:28:19 +02:00
Michal Čihař
f04569966f We now use normal double quotes here 2013-08-06 15:13:27 +02:00
Michal Čihař
121845d6d9 Sometimes takes longer 2013-08-06 15:12:07 +02:00
Michal Čihař
554d0fbb42 Remove tests for removed methods 2013-08-06 13:43:23 +02:00
Michal Čihař
2783d92621 Drop no longer used $cfg['SQP']['fmtColor'] 2013-08-06 13:31:10 +02:00
Michal Čihař
2c1f014171 Replace getCssCodeMirror by inline CSS 2013-08-06 13:29:47 +02:00
Michal Čihař
e2d154319d Merge pull request #567 from adamgsoc2013/ut_plu_dbi
add test cases to cover more issues on import and transformations
2013-08-06 01:11:42 -07:00
adamgsoc2013
202d7f40bc Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_table 2013-08-05 23:50:43 +08:00
adamgsoc2013
66184fe8cc fix code comments on test code 2013-08-05 23:50:20 +08:00
adamgsoc2013
09e4190073 using space instead of tab; fixing indention 2013-08-05 22:48:49 +08:00
adamgsoc2013
12a827abc4 add test cases to cover more issues on import and transformations 2013-08-05 22:43:33 +08:00
xmujay
9fb3acebee split the long assertion which failed due to time hard code 2013-08-04 17:49:26 -04:00
ayushchd
7eebe49fd7 Fix test case for date issue 2013-08-04 20:41:02 +05:30
Madhura Jayaratne
a84700e151 Merge pull request #553 from ayushchd/unit_testing_2
UTs and fixes
2013-08-04 04:17:50 -07:00
ayushchd
ec411d700b Fix test case 2013-08-03 23:03:48 +05:30
ayushchd
9c6041c816 More tests for export libraries 2013-08-03 22:25:17 +05:30
Isaac Bennetch
91c2523fa2 Merge pull request #555 from kasunchathuranga/unitTesting
Unit testing
2013-08-03 06:39:43 -07:00
ayushchd
226e027e5b Merge remote-tracking branch 'upstream/master' into unit_testing_2 2013-08-03 15:12:37 +05:30
adamgsoc2013
cdf2980b4e test case for DBIDrizzle 2013-08-02 00:09:54 +08:00
Kasun Chathuranga
26945d9db0 Fix test failures 2013-07-31 18:55:11 +05:30
Kasun Chathuranga
9d451761ab Tests for find and replace feature 2013-07-31 18:24:08 +05:30
ayushchd
81a338679d Tests for libraries/plugins/export* 2013-07-31 02:06:34 +05:30
adamgsoc2013
33cf40e6cc Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_table 2013-07-30 21:00:20 +08:00
Michal Čihař
107a727864 Various coding style fixes 2013-07-30 13:52:40 +02:00
Michal Čihař
eebdc0ce06 This test takes sometimes longer 2013-07-30 13:42:31 +02:00
adamgsoc2013
708853593d test case for PMA_Table 2013-07-30 11:49:57 +08:00
Michal Čihař
1d2f4a5ad3 Merge pull request #545 from adamgsoc2013/ut_plu_dbi
test case for DBI/DBIMysql*
2013-07-28 11:18:56 -07:00
adamgsoc2013
da673ad8be test case for DBI/DBIMysql* 2013-07-28 23:10:55 +08:00
adamgsoc2013
6cae4843eb rename to test case function name 2013-07-28 23:06:27 +08:00
adamgsoc2013
6292715857 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_table 2013-07-28 23:03:49 +08:00
adamgsoc2013
388a66cd4e Unit test case for User_Schema 2013-07-28 21:45:08 +08:00
Madhura Jayaratne
f25e0e8229 Fix class name 2013-07-27 22:34:32 +05:30
Madhura Jayaratne
c03661e950 Fix indentation 2013-07-27 22:34:04 +05:30
adamgsoc2013
ed36426b88 add test case for Table* 2013-07-24 00:17:08 +08:00
Michal Čihař
d7e1e356f9 Merge pull request #525 from adamgsoc2013/UT_plu_table
1 add sub class to test different runkit setting 2 add test case for PMA_TableSearch
2013-07-21 00:08:13 -07:00
Michal Čihař
2d11e2c216 Merge pull request #526 from adamgsoc2013/ut_plug_schema
fix the DBI mocking for Schema classes
2013-07-21 00:07:09 -07:00
adamgsoc2013
da4119a381 add PMA_Table::$cache 2013-07-19 23:59:25 +08:00
adamgsoc2013
232f0bfaa0 mock fetchrow for DBI 2013-07-19 23:39:06 +08:00
adamgsoc2013
cc375f8c4a fix the DBI setting 2013-07-19 22:12:24 +08:00
Michal Čihař
0f15b3a049 Merge pull request #523 from ayushchd/unit_testing_abstract
Tests for abstract classes
2013-07-19 06:36:53 -07:00
adamgsoc2013
7779e5acc8 add test case for PMA_TableSearch 2013-07-19 21:15:15 +08:00
adamgsoc2013
028575cc3a add sub class to test different env setting 2013-07-19 20:43:00 +08:00
ayushchd
811146d168 Tests for abstract classes 2013-07-19 13:54:29 +05:45
Michal Čihař
75838f2412 Merge pull request #514 from adamgsoc2013/UT_plu_table
add test case for PMA_Table and PMA_TableSearch
2013-07-18 23:35:59 -07:00
adamgsoc2013
29e62048a9 test on runkit env 2013-07-18 22:32:49 +08:00
adamgsoc2013
8669ff762a more case for PMA_TableSearch 2013-07-18 21:43:03 +08:00
adamgsoc2013
ffab91534f add test case for different type of getSelectionForm 2013-07-18 21:32:57 +08:00
ayushchd
df114e88dc UTs for libraries/properties/* 2013-07-18 15:33:44 +05:45
ayushchd
b86f703a6a UTs for libraries/plugins/Plugin* 2013-07-18 15:31:43 +05:45