Commit Graph

1071 Commits

Author SHA1 Message Date
Michal Čihař
0f15b3a049 Merge pull request #523 from ayushchd/unit_testing_abstract
Tests for abstract classes
2013-07-19 06:36:53 -07:00
ayushchd
811146d168 Tests for abstract classes 2013-07-19 13:54:29 +05:45
Michal Čihař
cc9b8f576f Merge pull request #522 from ayushchd/unit_testing_2
Restore constant
2013-07-19 00:28:30 -07:00
ayushchd
a0aa9fcab9 Restore constant 2013-07-19 12:41:48 +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
c4feb3e59b Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-19 10:46:41 +08:00
Madhura Jayaratne
82a8c5da74 Merge pull request #513 from ayushchd/unit_testing
UTs for libraries/plugins/auth*, libraries/properties/*, libraries/plugins/Plugin*
2013-07-18 17:56:00 -07:00
adamgsoc2013
f2cf954dd8 fix redefine 2013-07-19 00:31:23 +08:00
adamgsoc2013
3d2cfd93a9 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-19 00:29:34 +08:00
adamgsoc2013
5bb741c886 add test case for PMA_SQL_parser 2013-07-19 00:21:10 +08:00
Marc Delisle
07a9bed3e2 Fix typo 2013-07-18 11:17:52 -04: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
xmujay
b6dc5e92da Uts for PMA_server_status 2013-07-18 20:36:49 +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
adamgsoc2013
5431877198 don't skip test 2013-07-18 16:24:40 +08:00
adamgsoc2013
e38bb3cca9 using runkit to test PMA_DRIZZLE in 'true' and 'false' state 2013-07-18 16:22:54 +08:00
adamgsoc2013
9e41ec700c fix tab 2013-07-18 15:34:37 +08:00
adamgsoc2013
750f60f8d9 test on different setting of PMA_DRIZZLE 2013-07-18 15:33:02 +08:00
adamgsoc2013
372dad6257 remove tab 2013-07-18 00:47:05 +08:00
adamgsoc2013
0648e5dc92 add more case for PMA_Table 2013-07-18 00:42:28 +08:00
adamgsoc2013
e8621b53af add UT for rename function 2013-07-18 00:24:59 +08:00
adamgsoc2013
87b514fc11 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_table 2013-07-17 23:55:55 +08:00
adamgsoc2013
c69e93b661 deal with different state of PMA_DRIZZLE 2013-07-17 23:51:14 +08:00
adamgsoc2013
545b30ff6f add test case for PMA_Table 2013-07-17 23:44:55 +08:00
ayushchd
6f2a532bf0 Tests for AuthenticationHttp and AuthenticationSignon 2013-07-17 17:33:09 +05:45
ayushchd
8629633154 Modify constant values for better understanding 2013-07-17 16:47:25 +05:45
ayushchd
2a5183d9f0 Merge remote-tracking branch 'upstream/master' into unit_testing 2013-07-17 11:47:28 +05:45
ayushchd
7312cd5b01 Tests for AuthenticationConfig and AuthenticationCookie 2013-07-16 21:44:49 +05:45
ayushchd
c1d787edf8 Move getTagArray to bootstrap 2013-07-16 21:40:53 +05:45
xmujay
5282b838ce UTs for PMA_server_status_advisor 2013-07-15 22:07:14 +08:00
Michal Čihař
57c1efd166 Merge pull request #504 from adamgsoc2013/UT_plu_table
add unit test case for PMA_Table*
2013-07-15 04:01:05 -07:00
ayushchd
3f646649ea Fix test failures because of header redirect 2013-07-15 16:28:42 +05:45
adamgsoc2013
014cbe7036 not need to do on tearDown 2013-07-15 17:07:53 +08:00
Michal Čihař
574f520b1a Use new shared runkit detection 2013-07-15 10:51:43 +02:00
Michal Čihař
a2e9ee199e Migrate PMA_sendHeaderLocation testing to shared header testing code 2013-07-15 10:42:41 +02:00
Michal Čihař
493c23d18f Add shared code to setup header testing using runkit 2013-07-15 10:42:02 +02:00
adamgsoc2013
7cf5cc0d4c make better diff 2013-07-15 10:42:31 +08:00
adamgsoc2013
5f0a987362 add unit test case for PMA_Table* 2013-07-15 10:30:53 +08:00
Michal Čihař
0302d009c5 Merge pull request #501 from adamgsoc2013/UT_plu_parse
Test case for sqlparser.data.php (no function lines)
2013-07-14 12:28:07 -07:00
adamgsoc2013
43f0653f50 add function in source file, so that sqlparser.data.php can be covered by PHPUnit 2013-07-14 22:13:39 +08:00
adamgsoc2013
772d3e0005 add PMA_SQL_Parse_Data_Mock, so that sqlparser.data.php can be covered by PHPUnit 2013-07-14 21:27:27 +08:00
xmujay
3f358142cb fix the "Not support query" error by moving mock data to DBI Dummy class 2013-07-13 11:31:01 +08:00
adamgsoc2013
35417fe3ed Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-12 23:23:36 +08:00
xmujay
7014c18a88 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into 0706_UT_serverView2 2013-07-12 23:21:34 +08:00
xmujay
e257c17588 Unit test case for PMA_server_replication refactored functions 2013-07-12 22:31:35 +08:00
Madhura Jayaratne
2dfcf17983 Merge pull request #495 from ayushchd/unit_testing
Validator names fix
2013-07-12 04:06:17 -07:00
ayushchd
27cbd608d4 Fix testAddJsValidate 2013-07-12 16:18:16 +05:45