phpmyadmin/test/classes
Scott Mcgowan 6fc1401ee2
Fix column names option for CSV Export
Previously work was done to enable column names in CSV exports by
default. This change actually ended up overwriting the column name value
so that column names were included in all exports regardless of whether
or not the property was disabled. This commit changes the default for
column names to enabled as the original change intended, and removes
the property overwrite.

Signed-off-by: Scott McGowan mcgowanscott16@gmail.com
2022-11-25 21:15:49 +01:00
..
_data Remove two symfony dev deps 2021-06-26 19:05:28 +02:00
Charsets Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
Command Replace vendor_config.php constants with an array 2021-12-26 16:48:56 -03:00
Config Fix column names option for CSV Export 2022-11-25 21:15:49 +01:00
ConfigStorage Fix bug when renaming tables with config storage enabled 2022-02-09 13:58:35 -03:00
Controllers Fix isNumeric 2022-10-10 15:02:15 +01:00
Crypto Merge branch 'QA_5_1-security' into master-security 2022-01-11 14:31:56 -03:00
Database Move queryAsControlUser - Dbal refactoring pt.3 2022-01-06 19:31:27 +00:00
Dbal Deimplement fetchRow() helper 2022-01-09 22:44:53 +00:00
Display Fix coding standard mistakes 2022-11-20 21:55:52 +01:00
Engines Remove table-light CSS classes 2022-05-14 17:31:31 -03:00
Export Populate relation Session with RelationParameters class 2021-12-17 12:09:15 -03:00
Gis Merge branch 'QA_5_1' into QA_5_2 2022-03-11 13:02:15 -03:00
Html Fix #17793 - insert UUID (#17797) 2022-10-20 15:57:53 -03:00
Import Extract Simulate DML action from ImportController 2021-12-27 18:37:15 -03:00
Navigation Fix error when a db group name is same as container name 2022-07-23 18:38:22 -03:00
Partitioning Move partition classes to the Partitioning namespace 2021-08-21 14:01:25 -03:00
Plugins Fix column names option for CSV Export 2022-11-25 21:15:49 +01:00
Properties Remove useless whitespaces 2021-09-15 17:05:40 -03:00
Query Add unit test 2022-10-11 01:56:44 +07:00
Server Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Setup Update setup page to generate better blowfish_secret keys 2022-09-26 17:33:38 -03:00
Stubs Use Psalm annotation for ResultInterface::getIterator 2022-09-19 23:14:06 -03:00
Table [ISSUE-17793] Add more test for coverage 2022-11-04 00:33:41 +07:00
Utils Add some edge cases for booleans on SessionCache class 2022-06-11 14:23:46 +02:00
AbstractNetworkTestCase.php Get default config values from Config\Settings classes 2021-09-30 12:04:47 -03:00
AbstractTestCase.php FIXES #17414 - Adjusting export object in PluginExport to export databases with comp… (#17491) 2022-04-23 00:33:41 -03:00
AdvisorTest.php Get default config values from Config\Settings classes 2021-09-30 12:04:47 -03:00
BookmarkTest.php Remove the Bookmark::getParams method 2021-12-27 09:31:53 -03:00
BrowseForeignersTest.php Remove table-light CSS classes 2022-05-14 17:31:31 -03:00
CacheTest.php Create a simple Cache class 2021-06-17 16:35:53 +02:00
CharsetsTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
CheckUserPrivilegesTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
CommonTest.php Move some Core methods to Common class 2021-07-06 16:52:54 -03:00
ConfigTest.php Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
ConsoleTest.php Add some test classes 2021-06-07 16:59:34 -03:00
CoreTest.php Update Core.php 2022-10-29 23:58:04 +01:00
CreateAddFieldTest.php Redesign CreateAddField::setColumnCreationStatementSuffix() 2021-12-08 22:24:49 +00:00
DatabaseInterfaceTest.php Fix casing of isMariaDb on DatabaseInterfaceTest class 2022-10-13 20:30:55 +02:00
EncodingTest.php Use @requires annotation for required extensions 2021-10-07 13:40:50 -03:00
EnvironmentTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ErrorHandlerTest.php Improve ErrorHandler::handleException to show errors 2022-05-19 20:56:24 -03:00
ErrorReportTest.php Remove passing null to Relation's constructor 2021-12-17 12:09:14 -03:00
ErrorTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
ExportTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
FieldMetadataTest.php Fix isNumeric 2022-10-10 15:02:15 +01:00
FileListingTest.php Update Psalm to 4.14 2021-12-05 23:46:58 -03:00
FileTest.php Get default config values from Config\Settings classes 2021-09-30 12:04:47 -03:00
FlashMessagesTest.php Remove non used variables 2021-07-16 02:13:27 +02:00
FontTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
FooterTest.php Fix preview SQL modal not working inside Index modal 2022-06-15 20:09:13 -03:00
GitTest.php Write a test for Git::extractDataFormTextBody 2022-07-13 15:27:33 +02:00
HeaderTest.php Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
ImportTest.php Extract Simulate DML action from ImportController 2021-12-27 18:37:15 -03:00
IndexColumnTest.php Add some test classes 2021-06-07 16:59:34 -03:00
IndexTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
InsertEditTest.php [ISSUE-17793] Revert previous change + Fix default selection of uuid in alter table 2022-11-03 05:11:19 +07:00
InternalRelationsTest.php Add some test classes 2021-06-07 16:59:34 -03:00
IpAllowDenyTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
LanguageTest.php Fix LanguageTest failing test when locale file is missing 2022-07-19 18:52:03 -03:00
LinterTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
ListDatabaseTest.php Add some test classes 2021-06-07 16:59:34 -03:00
LoggingTest.php Add some test classes 2021-06-07 16:59:34 -03:00
MenuTest.php Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
MessageTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
MimeTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
NormalizationTest.php Remove Template dependency from Relation class 2021-12-17 12:09:14 -03:00
OpenDocumentTest.php Merge branch 'QA_5_1' into QA_5_2 2022-04-26 21:03:20 -03:00
OperationsTest.php Move Relation classes into the ConfigStorage namespace 2021-12-17 12:09:13 -03:00
PdfTest.php Fix method casing 2022-10-14 20:44:26 +02:00
PluginsTest.php Create the RelationParameters value object 2021-11-14 18:22:36 -03:00
ProfilingTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ReplicationGuiTest.php Replace the master/slave terminology 2021-12-18 14:26:56 -03:00
ResponseTest.php Remove PhpMyAdmin\Config::enableBc method 2021-07-09 13:59:04 -03:00
RoutingTest.php Fix PHPUnit deprecation in RoutingTest 2022-07-23 14:23:55 -03:00
SanitizeTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ScriptsTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
SqlQueryFormTest.php Populate relation Session with RelationParameters class 2021-12-17 12:09:15 -03:00
SqlTest.php Fix typo in test data 2022-10-31 14:54:53 +01:00
StorageEngineTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
SystemDatabaseTest.php Deimplement fetchAssoc() helper 2022-01-09 22:44:53 +00:00
TableTest.php Fix #17793 - insert UUID (#17797) 2022-10-20 15:57:53 -03:00
TemplateTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ThemeManagerTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ThemeTest.php Remove PhpMyAdmin\Config::enableBc method 2021-07-09 13:59:04 -03:00
TrackerTest.php Deimplement fetchAssoc() helper 2022-01-09 22:44:53 +00:00
TrackingTest.php Implement ResultInterface & MysqliResult 2021-12-31 23:59:24 +00:00
TransformationsTest.php Create VO classes for each RelationParameters features 2021-12-26 19:17:58 -03:00
TwoFactorTest.php Fix coding standard issues after #17241 merge 2021-12-13 10:37:54 -03:00
TypesByDatabaseVersionTest.php Support UUID for MariaDB 2022-10-10 22:39:10 +07:00
TypesTest.php Update operator options for UUID 2022-10-13 03:39:51 +07:00
UrlTest.php Fix failing tests 2022-01-26 15:02:39 -03:00
UserPasswordTest.php Move Relation classes into the ConfigStorage namespace 2021-12-17 12:09:13 -03:00
UserPreferencesTest.php Merge branch 'QA_5_1' into QA_5_2 2022-02-15 17:44:37 -03:00
UtilTest.php Add sodium to the extension list on the main page 2022-11-14 14:24:44 +01:00
VersionInformationTest.php Fix indentation issues 2022-10-16 13:41:31 -03:00
VersionTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ZipExtensionTest.php Replace fopen, fwrite and fclose with file_put_contents 2021-07-13 11:51:57 -03:00