Maurício Meneghini Fauth
|
3e0856c77b
|
Remove useless string concatenations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 21:40:22 -03:00 |
|
Maurício Meneghini Fauth
|
048c0c1f6e
|
Group multiple expeption catches into a single catch
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 19:21:19 -03:00 |
|
Maurício Meneghini Fauth
|
e9ec9e8b71
|
Replace rand functions with random_int
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 19:05:42 -03:00 |
|
Maurício Meneghini Fauth
|
f00d70cccb
|
Remove useless whitespaces
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-15 17:05:40 -03:00 |
|
Maurício Meneghini Fauth
|
9f3510d11a
|
Add bool return type where possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-14 20:11:51 -03:00 |
|
Maurício Meneghini Fauth
|
f61d3183fb
|
Inline some phpcs ignores and remove deprecated annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-12 11:59:39 -03:00 |
|
Maurício Meneghini Fauth
|
04d3c83559
|
Fix some errors found by PHPStan/Psalm
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-08-05 16:09:08 -03:00 |
|
Maurício Meneghini Fauth
|
58351b861c
|
Use testsuite option instead of group for Selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-07-05 16:52:41 -03:00 |
|
Maurício Meneghini Fauth
|
10b3ead050
|
Remove invalid covers annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-07-05 16:29:31 -03:00 |
|
Maurício Meneghini Fauth
|
c8a5cd4065
|
Fix some errors founf by PHPStan and Psalm
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-06-23 16:11:13 -03:00 |
|
Maurício Meneghini Fauth
|
2b5ddba8bc
|
Fix failing selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-06-16 16:10:41 -03:00 |
|
William Desportes
|
cd5727ba65
|
Fix selenium test testSearchRecords after migration to bootstrap cards
Ref: 0403c7f8d3
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-06-01 12:50:37 +02:00 |
|
Maurício Meneghini Fauth
|
4b030d88ef
|
Replace pma-auto-slider with Bootstrap's collapse
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-05-31 15:57:26 -03:00 |
|
Maurício Meneghini Fauth
|
9c3a9e9981
|
Fix some Selenium tests possible fails
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-05-22 16:26:57 -03:00 |
|
Maurício Meneghini Fauth
|
58ce7fc801
|
Fix drop table columns Selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-05-21 10:58:30 -03:00 |
|
Maurício Meneghini Fauth
|
f19a3d95c4
|
Remove LanguageManager::getSelectorDisplay method
Redesign the language selector to use Bootstrap style.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-04-22 15:51:26 -03:00 |
|
Maurício Meneghini Fauth
|
8d0c2a339c
|
Move both operands of an assignment to the same line
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-04-20 22:35:21 -03:00 |
|
Maurício Meneghini Fauth
|
6867dc9c9c
|
Fix Export Selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-25 16:38:15 -03:00 |
|
Maurício Meneghini Fauth
|
d4d61b78d5
|
Fix the ExportTest Selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-23 21:51:51 -03:00 |
|
William Desportes
|
e0dff37fdf
|
Give more time to export before fetching the text on selenium tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 01:09:40 +01:00 |
|
Maurício Meneghini Fauth
|
d83abf63e7
|
Use PSR-12 for control structures spacing
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-05 15:27:03 -03:00 |
|
Maurício Meneghini Fauth
|
0b8edc5bde
|
Use PSR-12 for namespace use statements
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-05 14:18:35 -03:00 |
|
Maurício Meneghini Fauth
|
eb2c23f4dc
|
Fix Selenium tests that are blocked by Console button
This is not the better fix.
The Console JavaScript is too slow for Selenium.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-02 20:31:30 -03:00 |
|
Maurício Meneghini Fauth
|
6acd66bb89
|
Fix ServerSettingsTest Selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-02 20:31:02 -03:00 |
|
Maurício Meneghini Fauth
|
24cb353595
|
Fix CreateDropDatabaseTest Selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-02 20:30:39 -03:00 |
|
William Desportes
|
7e42b5a7a3
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-19 01:13:50 +01:00 |
|
William Desportes
|
d71aa7682b
|
Add some wait time for the procedure result to show on Selenium tests
Ref: 08cf4aeb5e
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-19 00:49:20 +01:00 |
|
William Desportes
|
57871b346c
|
Fix Triggers, Events, Procedures after recent UI refactorings
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-18 01:41:19 +01:00 |
|
William Desportes
|
27a077ec4f
|
Fix text search for Events on Selenium tests
Ref: b6ee29f31c
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-17 20:45:19 +01:00 |
|
William Desportes
|
8d0431d1ea
|
Ref #16654 - Fix bulk delete button on Selenium tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-17 20:42:27 +01:00 |
|
William Desportes
|
8167881cf8
|
Fix the phpMyAdmin storage database not installed
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-17 18:38:02 +01:00 |
|
William Desportes
|
08cf4aeb5e
|
Add some wait time to the Procedure result check
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-17 17:22:11 +01:00 |
|
William Desportes
|
cf608f8ffb
|
Fix InsertTest::testAddData - clear input before typing
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-17 15:46:03 +01:00 |
|
William Desportes
|
da4f9667d2
|
Fix a casing issue on a phpunit function call
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-17 14:21:53 +01:00 |
|
William Desportes
|
fda5195be7
|
Fix logs system and temp dir for tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-09 02:01:23 +01:00 |
|
William Desportes
|
2ff9de1215
|
Fix server login and documentation
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-08 22:26:21 +01:00 |
|
William Desportes
|
299ff94a6a
|
Debug tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-08 21:28:23 +01:00 |
|
William Desportes
|
c7f23eb9cd
|
Drop TravisCI
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-08 19:02:00 +01:00 |
|
William Desportes
|
bc45a05dcd
|
Typo fixes in the JS codebase with VS code "code spell checker"
And coding standard issues from pull-request #16364
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-11-12 23:27:57 +01:00 |
|
Maurício Meneghini Fauth
|
e66be179ca
|
Use camel case naming for class members
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-05 10:37:07 -03:00 |
|
Maurício Meneghini Fauth
|
ccbcc08c25
|
Fix some PHPStan errors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-08-23 20:36:44 -03:00 |
|
Rosheen Naeem
|
673c194b01
|
Fixed underscore prefixes
Signed-off-by: Rosheen Naeem <rosheennaeem4@gmail.com>
|
2020-08-06 17:51:34 +05:00 |
|
William Desportes
|
e78eb340bc
|
Some code improvements and fixes related to issue reported by Scrutinizer
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 10:29:15 +02:00 |
|
William Desportes
|
ddfdbc2134
|
Remove some useless doc blocks and fix some coding standard warnings
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 00:14:32 +02:00 |
|
William Desportes
|
a80153a633
|
Add typehints using phpcbf on test/*
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:52:42 +02:00 |
|
Maurício Meneghini Fauth
|
3b285ff17e
|
Use identical operator for non-empty strings
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-10 18:06:29 -03:00 |
|
Maurício Meneghini Fauth
|
47f0960dce
|
Add return type declaration to test methods
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-07 11:31:33 -03:00 |
|
Maurício Meneghini Fauth
|
e81146e4b3
|
Remove useless return annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-07 10:30:27 -03:00 |
|
William Desportes
|
8a92f08ccb
|
Improve StructureTest::testAddColumn
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-11 13:50:15 +02:00 |
|
William Desportes
|
61ff981426
|
Improve selenium StructureTest::testChangeColumn
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-10 13:59:23 +02:00 |
|