| .. |
|
common
|
Use new shared runkit detection
|
2013-07-15 10:51:43 +02:00 |
|
core
|
Migrate PMA_sendHeaderLocation testing to shared header testing code
|
2013-07-15 10:42:41 +02:00 |
|
php-gettext
|
Various class name improvements in testsuite
|
2013-05-02 15:57:09 +02:00 |
|
rte
|
Merge pull request #410 from xmujay/0609week_serverview
|
2013-06-11 05:37:21 -07:00 |
|
select_lang
|
Merge branch 'QA_4_0'
|
2013-06-06 11:48:39 -04:00 |
|
database_interface_test.php
|
Fix unit test failures
|
2013-07-01 22:18:42 +05:45 |
|
PMA_bookmark_test.php
|
Separate DatabaseInterface class and creation of an instance of it
|
2013-05-26 21:28:42 +05:30 |
|
PMA_build_html_for_db_test.php
|
Merge remote-tracking branch 'origin/QA_4_0'
|
2013-06-24 10:41:54 +02:00 |
|
PMA_charset_conversion_test.php
|
Few fixes related to unit tests
|
2013-06-26 18:22:38 +05:45 |
|
PMA_config_functions_test.php
|
Unit tests for config file and config functions
|
2013-07-01 18:14:29 +05:45 |
|
PMA_ConfigFile_test.php
|
Use new shared runkit detection
|
2013-07-15 10:51:43 +02:00 |
|
PMA_ConfigGenerator_test.php
|
Improve tests and coverage
|
2013-07-12 13:07:30 +05:45 |
|
PMA_escapeJsString_test.php
|
Various class name improvements in testsuite
|
2013-05-02 15:57:09 +02:00 |
|
PMA_Form_Processing_test.php
|
Fix test failures because of header redirect
|
2013-07-15 16:28:42 +05:45 |
|
PMA_FormDisplay_tpl_test.php
|
Move getTagArray to bootstrap
|
2013-07-16 21:40:53 +05:45 |
|
PMA_generateCommonUrl_test.php
|
Do not set language in every test
|
2013-06-11 14:02:49 +02:00 |
|
PMA_GIS_modifyQuery_test.php
|
This file has been renamed
|
2013-06-25 12:47:45 -04:00 |
|
PMA_iconv_wrapper_test.php
|
update comment
|
2013-06-18 14:05:35 +05:30 |
|
PMA_Index_test.php
|
Use new shared runkit detection
|
2013-07-15 10:51:43 +02:00 |
|
PMA_ip_allow_deny_test.php
|
Replace tabs with spaces
|
2013-07-10 14:58:44 +02:00 |
|
PMA_js_escape_test.php
|
Various class name improvements in testsuite
|
2013-05-02 15:57:09 +02:00 |
|
PMA_kanji-encoding_test.php
|
Optional @test annotation for tests
|
2013-06-13 00:39:44 +05:30 |
|
PMA_mime_test.php
|
Various class name improvements in testsuite
|
2013-05-02 15:57:09 +02:00 |
|
PMA_mysql_charsets_test.php
|
Restore constant
|
2013-07-19 12:41:48 +05:45 |
|
PMA_operations_test.php
|
Merge remote-tracking branch 'origin/QA_4_0'
|
2013-06-24 10:41:54 +02:00 |
|
PMA_relation_test.php
|
add more case for PMA_relation
|
2013-07-08 20:49:57 +08:00 |
|
PMA_sanitize_test.php
|
Set token in single place for all tests
|
2013-06-11 13:53:31 +02:00 |
|
PMA_server_binlog_test.php
|
add class Doc for UT files (server view files)
|
2013-07-09 10:17:46 +08:00 |
|
PMA_server_collations_test.php
|
add class Doc for UT files (server view files)
|
2013-07-09 10:17:46 +08:00 |
|
PMA_server_common_test.php
|
add class Doc for UT files (server view files)
|
2013-07-09 10:17:46 +08:00 |
|
PMA_server_databases_test.php
|
remove the browser setting which will cause other cases failed
|
2013-07-11 13:34:34 +08:00 |
|
PMA_server_engines_test.php
|
add class Doc for UT files (server view files)
|
2013-07-09 10:17:46 +08:00 |
|
PMA_server_plugins_test.php
|
add class Doc for UT files (server view files)
|
2013-07-09 10:17:46 +08:00 |
|
PMA_server_replication_test.php
|
fix the "Not support query" error by moving mock data to DBI Dummy class
|
2013-07-13 11:31:01 +08:00 |
|
PMA_server_status_advisor_test.php
|
UTs for PMA_server_status_advisor
|
2013-07-15 22:07:14 +08:00 |
|
PMA_server_status_monitor_test.php
|
using returnValueMap to fix different setting of PMA_DRIZZLE
|
2013-07-10 11:33:48 +08:00 |
|
PMA_server_status_test.php
|
Fix typo
|
2013-07-18 11:17:52 -04:00 |
|
PMA_server_status_variables_test.php
|
using returnValueMap to fix different setting of PMA_DRIZZLE
|
2013-07-10 11:33:48 +08:00 |
|
PMA_SQL_parser_data_test.php
|
add function in source file, so that sqlparser.data.php can be covered by PHPUnit
|
2013-07-14 22:13:39 +08:00 |
|
PMA_SQL_parser_test.php
|
fix redefine
|
2013-07-19 00:31:23 +08:00 |
|
PMA_SQL_validator_test.php
|
add Mock SOAP_Client
|
2013-07-09 21:02:48 +08:00 |
|
PMA_STR_sub_test.php
|
Group native and mb string functions into classes
|
2013-06-20 12:30:04 +05:45 |
|
PMA_string_test.php
|
Group string type functions into classes, fix resp. tests
|
2013-06-21 00:15:29 +05:45 |
|
PMA_StringCType_test.php
|
Few fixes related to unit tests
|
2013-06-26 18:22:38 +05:45 |
|
PMA_StringMB_test.php
|
Add check for multibyte extension in PMA_StringMB_test
|
2013-06-24 14:23:05 +05:45 |
|
PMA_StringNative_test.php
|
Few fixes related to unit tests
|
2013-06-26 18:22:38 +05:45 |
|
PMA_StringNativeType_test.php
|
Unit tests for ctype and native string classes
|
2013-06-21 12:08:47 +05:45 |
|
PMA_Tracker_test.php
|
Use new shared runkit detection
|
2013-07-15 10:51:43 +02:00 |
|
PMA_transformation_test.php
|
Fix failing transformation test
|
2013-07-01 22:30:49 +05:45 |
|
PMA_user_preferences_test.php
|
Move getTagArray to bootstrap
|
2013-07-16 21:40:53 +05:45 |
|
PMA_zip_extension_test.php
|
Docs for test
|
2013-05-10 10:08:24 +02:00 |
|
PMA_zip_test.php
|
Various class name improvements in testsuite
|
2013-05-02 15:57:09 +02:00 |
|
sysinfo_test.php
|
Coding style improvements
|
2012-09-18 16:09:25 +02:00 |