| .. |
|
_data
|
Fix theme tests for 4.9
|
2019-06-05 21:46:19 -04:00 |
|
Charsets
|
Improve tests of Charset and Collation value types
|
2019-06-30 02:03:20 -03:00 |
|
Config
|
Add test for Form::cleanGroupPaths
|
2020-01-22 23:07:40 +01:00 |
|
Controllers
|
Do not use phpstan test case class, use PHPUnit\Framework\TestCase
|
2020-07-03 21:31:02 +02:00 |
|
Database
|
Fix CR vs CRLF issue for testGetSQLQuery on Windows
|
2020-02-15 01:32:35 +01:00 |
|
Dbi
|
Implement a mysql like escapeString method
|
2020-02-28 23:05:48 +01:00 |
|
Display
|
Fix twig imports using old PSR-1 style
|
2020-06-14 22:55:55 +02:00 |
|
Engines
|
Fix CR vs CRLF issue for testGetPageBufferpool on Windows
|
2020-02-15 01:22:11 +01:00 |
|
Gis
|
Fix #16088 - Do not add axis switch on MariaDB
|
2020-06-22 21:56:56 +02:00 |
|
Navigation
|
Use try catch instead of expectException from framework
|
2019-10-19 21:19:04 +02:00 |
|
Plugins
|
Fix #16269 - Add tests for CaptchaMethod
|
2020-08-07 16:07:38 +02:00 |
|
Properties
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
Rte
|
Merge branch 'QA_4_9' into QA_5_0
|
2019-12-21 20:27:25 +01:00 |
|
Server
|
Fix #16166 - Make the alter user privileges MySQL 8.0.11+ compatible
|
2020-06-07 18:08:50 +02:00 |
|
Setup
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
Stubs
|
Implement a mysql like escapeString method
|
2020-02-28 23:05:48 +01:00 |
|
Utils
|
Reference class names in use statements
|
2019-06-12 00:14:26 -03:00 |
|
AdvisorTest.php
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
BookmarkTest.php
|
Add void return type declaration for tests
|
2019-02-22 21:33:55 -03:00 |
|
BrowseForeignersTest.php
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
CentralColumnsTest.php
|
Add a trailing comma in multi-line arrays
|
2019-06-14 14:09:26 -03:00 |
|
CharsetsTest.php
|
Fix case when collation name can be null
|
2019-06-30 18:23:21 -03:00 |
|
CheckUserPrivilegesTest.php
|
Add void return type declaration for tests
|
2019-02-22 21:33:55 -03:00 |
|
ConfigTest.php
|
Move Git tests to GitTest
|
2020-07-29 11:27:57 +02:00 |
|
CoreTest.php
|
Fix some phpcs issues after latest phpcs 3.5.5 release
|
2020-04-18 01:01:38 +02:00 |
|
CreateAddFieldTest.php
|
Add test case for #15898
|
2020-02-28 23:12:31 +01:00 |
|
DatabaseInterfaceTest.php
|
Move DbiDummy extension to the test directory
|
2019-06-28 18:00:36 -03:00 |
|
EncodingTest.php
|
Merge branch 'QA_4_9' into QA_5_0
|
2019-12-24 21:30:52 +01:00 |
|
ErrorHandlerTest.php
|
Replace assertContains() with assertStringContainsString()
|
2019-02-24 16:32:28 -03:00 |
|
ErrorReportTest.php
|
Fix ErrorReport test after merge of #15273
|
2019-11-03 17:04:53 +01:00 |
|
ErrorTest.php
|
Fix some deprecated phpunit methods
|
2019-10-19 21:17:06 +02:00 |
|
ExportTest.php
|
Use DI for $dbi global in Export class
|
2019-04-17 22:10:43 -03:00 |
|
FileListingTest.php
|
Improve test suite because php-bz2 can be not installed
|
2019-12-05 21:23:46 +01:00 |
|
FileTest.php
|
Merge branch 'QA_4_9' into QA_5_0
|
2019-11-05 23:10:52 +01:00 |
|
FontTest.php
|
Add void return type declaration for tests
|
2019-02-22 21:33:55 -03:00 |
|
FooterTest.php
|
Add a trailing comma in multi-line arrays
|
2019-06-14 14:09:26 -03:00 |
|
GitTest.php
|
Move Git tests to GitTest
|
2020-07-29 11:27:57 +02:00 |
|
HeaderTest.php
|
Add a test for pull-request #15666
|
2019-12-30 18:44:29 +01:00 |
|
ImportTest.php
|
Fix #16093 - Error importing utf-8 with bom sql file
|
2020-05-17 16:40:16 +02:00 |
|
IndexTest.php
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
InsertEditTest.php
|
Fix #16162 - Update InsertEditTest::testGetLinkForRelationalDisplayField
|
2020-06-11 01:05:00 +02:00 |
|
IpAllowDenyTest.php
|
Replace is_null with identical comparison with null
|
2019-06-12 13:28:22 -03:00 |
|
LanguageTest.php
|
#16300 - Document missing translation error.
|
2020-08-09 11:52:55 +02:00 |
|
LinterTest.php
|
Add void return type declaration for tests
|
2019-02-22 21:33:55 -03:00 |
|
ListDatabaseTest.php
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
MenuTest.php
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
MessageTest.php
|
Fix #16130 - Local documentation links
|
2020-05-23 17:36:57 +02:00 |
|
MimeTest.php
|
Add void return type declaration for tests
|
2019-02-22 21:33:55 -03:00 |
|
MultSubmitsTest.php
|
Replace assertContains() with assertStringContainsString()
|
2019-02-24 16:32:28 -03:00 |
|
NormalizationTest.php
|
Fix some phpcs issues after latest phpcs 3.5.5 release
|
2020-04-18 01:01:38 +02:00 |
|
OperationsTest.php
|
Merge commit '4e7fac843d' into QA_5_0
|
2019-10-20 23:11:42 -04:00 |
|
PdfTest.php
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
PmaTestCase.php
|
Use strict compare for count function
|
2019-06-22 17:44:49 +02:00 |
|
RelationCleanupTest.php
|
Reference class names in use statements
|
2019-06-12 00:14:26 -03:00 |
|
RelationTest.php
|
Add a trailing comma in multi-line arrays
|
2019-06-14 14:09:26 -03:00 |
|
ReplicationGuiTest.php
|
Add a trailing comma in multi-line arrays
|
2019-06-14 14:09:26 -03:00 |
|
SanitizeTest.php
|
Rename Sanitize::sanitize to Sanitize::sanitizeMessage
|
2019-06-12 15:21:48 -03:00 |
|
ScriptsTest.php
|
Reference class names in use statements
|
2019-06-12 00:14:26 -03:00 |
|
SqlQueryFormTest.php
|
Use camel case for most of the js/functions.js variables
|
2019-05-27 00:55:10 -03:00 |
|
SqlTest.php
|
Add a trailing comma in multi-line arrays
|
2019-06-14 14:09:26 -03:00 |
|
StorageEngineTest.php
|
Replace assertContains() with assertStringContainsString()
|
2019-02-24 16:32:28 -03:00 |
|
SysInfoTest.php
|
Add void return type declaration for tests
|
2019-02-22 21:33:55 -03:00 |
|
SystemDatabaseTest.php
|
Fix #16163 - Update SystemDatabaseTest::testPMAGetExistingTransformationData
|
2020-06-11 01:09:18 +02:00 |
|
TableTest.php
|
Fix some phpcs issues after latest phpcs 3.5.5 release
|
2020-04-18 01:01:38 +02:00 |
|
TemplateTest.php
|
Use try catch instead of expectException from framework
|
2019-10-19 21:19:04 +02:00 |
|
ThemeManagerTest.php
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
ThemeTest.php
|
Fix #16237 - Logo missing in upper left corner of navigation panel
|
2020-07-01 13:55:11 +02:00 |
|
TrackerTest.php
|
Fix some deprecated phpunit methods
|
2019-10-19 21:17:06 +02:00 |
|
TrackingTest.php
|
Add a trailing comma in multi-line arrays
|
2019-06-14 14:09:26 -03:00 |
|
TransformationsTest.php
|
Fix setUp function not in camel case
|
2019-10-19 21:17:06 +02:00 |
|
TwoFactorTest.php
|
Fix some phpcs issues after latest phpcs 3.5.5 release
|
2020-04-18 01:01:38 +02:00 |
|
TypesTest.php
|
Add a trailing comma in multi-line arrays
|
2019-06-14 14:09:26 -03:00 |
|
UrlTest.php
|
Add void return type declaration for tests
|
2019-02-22 21:33:55 -03:00 |
|
UserPreferencesHeaderTest.php
|
Fix twig imports using old PSR-1 style
|
2020-06-14 22:55:55 +02:00 |
|
UserPreferencesTest.php
|
Fix a phpstan error
|
2019-12-16 23:46:38 +01:00 |
|
UtilTest.php
|
Fix #16048 - Add a test case for NULL as default bit value.
|
2020-04-03 09:00:57 +02:00 |
|
VersionInformationTest.php
|
Fix phpcs false positive test
|
2020-04-26 18:01:13 -03:00 |
|
ZipExtensionTest.php
|
Fix PHP error when exporting without php-zip
|
2020-08-16 21:36:54 -03:00 |