Maurício Meneghini Fauth
|
1438cb211e
|
Replace global keyword with $GLOBALS
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-03-07 17:31:11 -03:00 |
|
Maurício Meneghini Fauth
|
76bb42957e
|
Fix failing tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-01-26 15:02:39 -03:00 |
|
Maurício Meneghini Fauth
|
44fe103b9c
|
Remove @access annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-12-22 11:43:45 -03:00 |
|
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
|
355f6d9d20
|
Remove PhpMyAdmin\Config::enableBc method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-07-09 13:59:04 -03:00 |
|
Maurício Meneghini Fauth
|
f3b79d83c0
|
Add PHPUnit's Covers annotation on test classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-06-04 23:39:26 -03:00 |
|
William Desportes
|
ba35901594
|
Merge branch 'origin/QA_5_1' into master
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-04-17 00:53:14 +02:00 |
|
William Desportes
|
3ba356759e
|
Merge #16818 - Fix #16792 - Remove useless htmlspecialchars on URL generation
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-04-17 00:30:00 +02:00 |
|
William Desportes
|
f547765120
|
Add testcases for #16797
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-04-13 22:08:52 +02:00 |
|
William Desportes
|
7a3978a948
|
Remove useless htmlspecialchars on URL generation
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-04-13 17:23:12 +02:00 |
|
Maurício Meneghini Fauth
|
7e33d227f5
|
Rename the PMA_Config global variable to config
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-08 15:03:12 -03:00 |
|
William Desportes
|
7bd3ec6b35
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-06 21:25:54 +01:00 |
|
William Desportes
|
da26e013d1
|
Add tests for #16704
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-06 14:05:17 +01: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 |
|
William Desportes
|
c5155ecae9
|
Refactor field flags to use an object an not strpos
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-24 23:56:33 +01:00 |
|
William Desportes
|
ce6a12bf56
|
Remove more typehints as object for php 7.1
Ref: a80153a633
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 00:44:06 +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
|
0340f66740
|
Fix some tests having wrong typehints
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 23:55:49 +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
|
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
|
f4582e083e
|
Use early exit when possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-27 00:35:24 -03:00 |
|
Maurício Meneghini Fauth
|
3ae05c785d
|
Use short list syntax and single line arrays
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 03:32:59 -03:00 |
|
Maurício Meneghini Fauth
|
3baad2eb1c
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-25 22:42:37 -03:00 |
|
Maurício Meneghini Fauth
|
9269d75fb4
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-25 20:22:18 -03:00 |
|
William Desportes
|
49a6d6e8d0
|
Use AbstractTestCase instead of PmaTestCase for all tests not needing mockResponse
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-22 01:45:50 +02:00 |
|
William Desportes
|
0964470643
|
Use parent::setGlobalConfig();
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-21 13:19:23 +02:00 |
|
William Desportes
|
5195520883
|
Coding standard fixes
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-21 02:18:05 +02:00 |
|
William Desportes
|
8f7d3d1fa7
|
Fix test cases after backupGlobals = false
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-21 02:07:45 +02:00 |
|
William Desportes
|
6eaa55e805
|
Call parent's setUp and tearDown
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-20 21:31:13 +02:00 |
|
William Desportes
|
f063c553f2
|
Fix some tests executed in random order
Using: ./vendor/bin/phpunit --order-by=random --random-order-seed=1589977275 --exclude=selenium --no-coverage --filter=FormDisplayTest
Seeds: 1590000479, 1589977275, 1589998302, x1590001040, x1590001183
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-20 21:10:32 +02:00 |
|
Maurício Meneghini Fauth
|
a64393e7f5
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-13 00:23:28 -03:00 |
|
Maurício Meneghini Fauth
|
b0a728fea6
|
Merge branch 'QA_5_0'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-26 18:29:39 -03:00 |
|
Maurício Meneghini Fauth
|
9d8fda54d2
|
Fix phpcs false positive test
Related to 62a6591d3f
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-26 18:01:13 -03:00 |
|
Isaac Bennetch
|
98f761a245
|
Merge branch 'QA_5_0'
|
2020-03-20 23:04:06 -04:00 |
|
Isaac Bennetch
|
8c847c55ca
|
Merge branch 'QA_4_9' into QA_5_0
|
2020-03-20 23:01:53 -04:00 |
|
Isaac Bennetch
|
2ee7e9840f
|
Fix transformation test
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2020-03-20 23:00:57 -04:00 |
|
William Desportes
|
7f90a6172a
|
Fix some broken tests on Windows CI because of line endings
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-02-22 17:52:00 +01:00 |
|
Hugues Peccatte
|
57442680fa
|
Fix #15555 - Add IP2Long input transformation
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2020-01-27 20:52:01 +01:00 |
|
Maurício Meneghini Fauth
|
206199105e
|
Remove useless return type annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-23 13:03:29 -03:00 |
|
Maurício Meneghini Fauth
|
676f48349a
|
Reference global funcs and consts via use statement
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-21 22:13:36 -03:00 |
|
Maurício Meneghini Fauth
|
f80d3e3bd4
|
Remove unnecessary annotations
@package, @subpackage and others.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-20 17:35:56 -03:00 |
|
Maurício Meneghini Fauth
|
39f42f848b
|
Remove some useless docblock comments
Fixes docblock spacing
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2019-12-13 21:15:00 -03:00 |
|
Maurício Meneghini Fauth
|
dd06cd38f8
|
Defines rules for double quote usage
Makes sure that any use of double quotes strings are warranted.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2019-12-01 14:10:07 -03:00 |
|
William Desportes
|
a9df8a4dbb
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2019-11-05 23:15:34 +01:00 |
|
William Desportes
|
9e90099ffa
|
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2019-11-05 23:10:52 +01:00 |
|
Hugues Peccatte
|
e4dd3f08ce
|
Update unit tests
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2019-11-03 20:51:54 +01:00 |
|
Oleg Abrazhaev
|
02c8704fc0
|
extract twig for TextImageLinkTransformationsPlugin method and fix test #14801 (#15533)
* extract twig for TextImageLinkTransformationsPlugin method and fix test #14801
Signed-off-by: Oleg Abrazhaev <seyferseed@gmail.com>
* fix code review
Signed-off-by: Oleg Abrazhaev <seyferseed@gmail.com>
|
2019-10-29 22:47:12 -03:00 |
|
Maurício Meneghini Fauth
|
632a774de2
|
Use the router for transformation_wrapper.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2019-08-21 00:11:04 -03:00 |
|
Maurício Meneghini Fauth
|
7be0f6bfae
|
Reference class names in use statements
Sort use statements
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2019-06-12 00:14:26 -03:00 |
|
Maurício Meneghini Fauth
|
182491a73f
|
Add void return type declaration for tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2019-02-22 21:33:55 -03:00 |
|