phpmyadmin/test/classes
Maurício Meneghini Fauth b17700dd09 Remove PMA_IS_WINDOWS constant
Gets the value from the Config class instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 20:37:55 -03: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 Escape config-form's action attribute 2022-01-13 10:34:47 -03:00
Controllers Create PhpMyAdmin\Crypto\Crypto class to handle encryptions 2022-01-10 12:19:42 -03:00
Crypto Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Database Ref #16982 - Add a test for removeRelation drop FK 2021-06-27 17:25:28 +02:00
Dbal Fix DbiMysqliTest::testStoreResult test for PHP 8.1 2021-11-02 11:48:04 -03:00
Display Fix URL encryption for Util::linkOrButton method 2022-01-10 12:19:44 -03: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 Cover one case of GisVisualization class - #17188 2022-03-05 22:47:51 +01:00
Html Fix Generator::linkOrButton issue after merge 2022-01-10 20:11:54 -03:00
Navigation Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Plugins Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03: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 Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Setup Remove some useless comments 2020-10-13 19:56:56 -03:00
Stubs Adjust tests 2022-02-13 18:03:34 +00: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 Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03: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 Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
CoreTest.php Do not preserve global state for Core::downloadHeader tests 2022-03-26 00:43:06 -03:00
CreateAddFieldTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
DatabaseInterfaceTest.php Ref #17287 - Add a test for getDatabasesFull and data sorting 2022-02-11 22:26:03 +01: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 Ref #17084 - comment the code and add a new test case 2021-08-20 02:30:02 +02: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 Create PhpMyAdmin\Crypto\Crypto class to handle encryptions 2022-01-10 12:19:42 -03:00
GitTest.php Skip GitTest when remote commit info is unavailable 2022-03-25 16:27:40 -03:00
HeaderTest.php Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
ImportTest.php Fix broken link in the Simulate DML query modal 2021-12-27 16:09:07 -03:00
IndexTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
InsertEditTest.php update test 2022-03-09 15:23:31 +01: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 PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -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
OpenDocumentTest.php Fix OpenDocumentTest on Windows 2022-04-24 19:57:23 -03:00
PdfTest.php Fix tcpdf setAutoPageBreak not using a boolean 2022-01-03 12:08:53 +01: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 Fix tests after dc5cf4766b 2021-08-28 04:08:11 +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 #16746 - Replace samyoul/u2f-php-server by code-lts/u2f-php-server 2021-12-12 12:16:52 +01:00
TypesTest.php Fix testGetAllFunctions test after #17079 2021-08-14 14:24:38 +02:00
UrlTest.php Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
UserPreferencesTest.php Clear config storage params from session after failed access 2022-02-14 12:42:10 -03:00
UtilTest.php Merge pull request #17437 from erolatreston/switch-user-QA_5_1 2022-04-21 13:55:47 -03: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