phpmyadmin/test/classes
Maurício Meneghini Fauth 6b0a10d8ca
Rename the error_handler global to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-16 12:11:51 -03:00
..
_data Fix failing theme test 2020-12-20 04:22:50 +01:00
Charsets Add typehints using phpcbf on test/* 2020-07-17 22:52:42 +02:00
Command Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
Config Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
Controllers Merge branch 'QA_5_1' 2021-03-14 16:00:46 +01:00
Database Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
Dbal Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
Display Merge branch 'QA_5_1' 2021-03-14 11:54:03 +01:00
Engines Add a test class for PerformanceSchema 2021-03-06 01:47:54 +01:00
Export Rename the PMA_Config global variable to config 2021-03-08 15:03:12 -03:00
Gis Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
Html Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
Navigation Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
Plugins Rename the error_handler global to use camel case 2021-03-16 12:11:51 -03:00
Properties Remove some useless comments 2020-10-13 19:56:56 -03:00
Query Move queries from Operations class to the Query\Generator class 2021-03-06 02:11:25 +01:00
Server Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
Setup Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
Stubs Fix some errors found by PHPStan 2021-03-09 17:22:03 -03:00
Table Use short list syntax and single line arrays 2020-05-26 03:32:59 -03:00
Utils Merge branch 'QA_5_1' 2021-03-15 00:36:49 +01:00
AbstractNetworkTestCase.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
AbstractTestCase.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
AdvisorTest.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
BookmarkTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
BrowseForeignersTest.php Move fieldset CSS style to the .pma-fieldset class 2020-12-28 19:46:40 -03:00
CharsetsTest.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
CheckUserPrivilegesTest.php Fix coding standard issues 2020-10-22 21:05:14 -03:00
ConfigTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
CoreTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
CreateAddFieldTest.php Cover most of the code of CreateAddField 2021-03-12 00:38:00 +01:00
DatabaseInterfaceTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
EncodingTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
EnvironmentTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
ErrorHandlerTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
ErrorReportTest.php Remove the js/src/microhistory.js file 2021-03-10 17:06:21 -03:00
ErrorTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
ExportTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
FieldMetadataTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
FileListingTest.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
FileTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
FontTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
FooterTest.php Rename the error_handler global to use camel case 2021-03-16 12:11:51 -03:00
GitTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
HeaderTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
ImportTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
IndexTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
InsertEditTest.php Remove some PHPUnit's at matchers from InsertEditTest 2021-03-10 14:43:28 -03:00
IpAllowDenyTest.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
LanguageTest.php Rename the PMA_Config global variable to config 2021-03-08 15:03:12 -03:00
LinterTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
ListDatabaseTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
MenuTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
MessageTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
MimeTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
NormalizationTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
PdfTest.php Rename the PMA_Config global variable to config 2021-03-08 15:03:12 -03:00
ProfilingTest.php Extract cache methods from Util to SessionCache class 2020-10-25 22:45:56 -03:00
RelationCleanupTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
RelationTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03: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 Remove some useless comments 2020-10-13 19:56:56 -03:00
ScriptsTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
SqlQueryFormTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
SqlTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
StorageEngineTest.php Fix PHPStan errors for PHPUnit assert methods 2020-08-10 16:20:53 -03:00
SystemDatabaseTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
TableTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
TemplateTest.php Add a test for Template::getTwigEnvironment 2021-03-11 20:24:08 +01:00
ThemeManagerTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
ThemeTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
TrackerTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
TrackingTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
TransformationsTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
TwoFactorTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
TypesTest.php Remove some useless comments 2020-10-13 19:56:56 -03:00
UrlTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
UserPreferencesTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
UtilTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
VersionInformationTest.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
VersionTest.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
ZipExtensionTest.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00