phpmyadmin/test/classes
William Desportes b1eed641ef
Remove duplicate HTML escaping on foreign keys modal
Only twig needs this data and will escape it
Also fixed the test as it could not run by itself because of missing version constants for setTheme

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-27 22:47:12 +02:00
..
_data extract html for FileListing into twig and add tests #14801 2019-10-27 13:37:58 +01:00
Charsets Add typehints using phpcbf on test/* 2020-07-17 22:52:42 +02:00
Command Merge #16584 - Improve the version handling 2021-02-23 15:51:56 +01:00
Config Fix broken tests related to #16486 2020-11-16 21:35:04 -03:00
Controllers Fix #16398 - Quote non numeric values on parameterized queries 2021-07-27 02:43:18 +02:00
Database Ref #16982 - Add a test for removeRelation drop FK 2021-06-27 17:25:28 +02:00
Dbal Add tests for #16911 - DBI::getClientInfo 2021-05-28 15:15:33 +02:00
Display Fix tests after #16896 2021-06-22 00:30:48 +02:00
Engines Use Bootstrap's table style for server/engines pages 2020-11-30 23:04:46 -03:00
Export Refactor Plugins::getPlugins method 2020-08-19 01:40:27 -03:00
Gis Use correct min MySQL version for axis-order (8.0.1) 2021-07-20 01:28:29 +02:00
Html Fix #17006 - Disable the URL limit for the MariaDB analyser feature 2021-07-15 21:32:56 +02:00
Navigation Remove useless htmlspecialchars on URL generation 2021-04-13 17:23:12 +02:00
Plugins Add tests for #16920 - Uncaught TypeError: PhpMyAdmin\Import::detectType(): Argument #2 ($cell) must be of type ?string, float given 2021-05-28 21:36:39 +02:00
Properties Remove some useless comments 2020-10-13 19:56:56 -03:00
Query Write tests for the Query\Generator class 2021-01-31 01:21:46 +01:00
Server Add tests after #17015 2021-07-21 18:42:16 +02:00
Setup Remove some useless comments 2020-10-13 19:56:56 -03:00
Stubs Implement DbiDummy::removeDefaultResults 2021-07-20 01:30:37 +02:00
Table Use short list syntax and single line arrays 2020-05-26 03:32:59 -03:00
Utils Protect test by adding one more assert to check that it is a string 2021-04-19 21:31:33 +02:00
AbstractNetworkTestCase.php Fixes #16278 - Fix tests 2020-08-06 15:48:08 +02:00
AbstractTestCase.php Fix a typo 2021-07-20 01:45:14 +02:00
AdvisorTest.php Remove useless htmlspecialchars on URL generation 2021-04-13 17:23:12 +02:00
BookmarkTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
BrowseForeignersTest.php Remove duplicate HTML escaping on foreign keys modal 2021-07-27 22:47:12 +02:00
CharsetsTest.php Make sure tests use the queries they added to the pile 2021-05-31 18:12:31 +02:00
CheckUserPrivilegesTest.php Fix coding standard issues 2020-10-22 21:05:14 -03:00
ConfigTest.php Allow testGetThemeUniqueValue on 32-bit systems 2021-05-25 01:11:11 +02:00
CoreTest.php Replace secure.php.net with www.php.net and remove Polish and Persian from PHP documentation 2021-04-26 14:32:03 +02:00
CreateAddFieldTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
DatabaseInterfaceTest.php Make sure tests use the queries they added to the pile 2021-05-31 18:12:31 +02:00
EncodingTest.php Adjust php extensions and fix iconv patch and coverage names 2021-01-19 22:44:24 +01:00
EnvironmentTest.php Add return type declaration to test methods 2020-07-07 11:31:33 -03:00
ErrorHandlerTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ErrorReportTest.php Add tests for stacktrace truncate 2021-04-24 13:00:31 +02:00
ErrorTest.php Add typehints using phpcbf on test/* 2020-07-17 22:52:42 +02:00
ExportTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
FileListingTest.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
FileTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
FontTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
FooterTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
GitTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
HeaderTest.php Ref #16429 - Fix undefined array keys 2020-11-19 23:40:55 +01:00
ImportTest.php Fix tests for #16789 2021-04-12 18:43:51 +02:00
IndexTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
InsertEditTest.php Fix Uncaught TypeError: array_fill(): Argument #2 ($count) must be of type int, string 2021-05-28 18:00:43 +02:00
IpAllowDenyTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
LanguageTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
LinterTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ListDatabaseTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
MenuTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
MessageTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
MimeTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
NormalizationTest.php Fix #16871 - normalization step 2 errors 2021-04-29 23:36:05 +02:00
PdfTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ProfilingTest.php Extract cache methods from Util to SessionCache class 2020-10-25 22:45:56 -03:00
RelationCleanupTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
RelationTest.php Add a test for searchColumnInForeigners to cover 6529d81b71 2021-06-27 15:50:21 +02:00
ReplicationGuiTest.php Fix ReplicationGuiTest broken test 2020-12-05 13:35:49 -03:00
RoutingTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
SanitizeTest.php Added tests for Sanitize::checkLink 2021-04-02 00:00:24 +02:00
ScriptsTest.php Fix a coding standard mistake 2021-01-23 17:09:08 +01:00
SqlQueryFormTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
SqlTest.php Fix #16734 - Use SQL count instead of fetch and count results 2021-04-24 18:29:53 +02:00
StorageEngineTest.php Fix PHPStan errors for PHPUnit assert methods 2020-08-10 16:20:53 -03:00
SystemDatabaseTest.php Remove all @test annotations 2020-11-08 23:01:26 +01:00
TableTest.php Add tests for #16728 2021-03-24 02:59:42 +01:00
TemplateTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ThemeManagerTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ThemeTest.php Remove useless htmlspecialchars on URL generation 2021-04-13 17:23:12 +02:00
TrackerTest.php Add tests for #16837 2021-04-19 22:48:19 +02:00
TrackingTest.php Remove all @test annotations 2020-11-08 23:01:26 +01:00
TransformationsTest.php Remove some useless doc blocks and fix some coding standard warnings 2020-07-18 00:14:32 +02:00
TwoFactorTest.php #16407 - Make all versions of pragmarx/google2fa below 6.1.0 incompatible 2020-11-13 09:52:58 +01:00
TypesTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
UrlTest.php Remove useless htmlspecialchars on URL generation 2021-04-13 17:23:12 +02:00
UserPreferencesTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
UtilTest.php Use correct min MySQL version for axis-order (8.0.1) 2021-07-20 01:28:29 +02:00
VersionInformationTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
VersionTest.php Add tests for the Version class 2021-02-22 00:18:24 +01:00
ZipExtensionTest.php Fix ZipExtensionTest failing test 2020-10-01 11:13:31 -03:00