Maurício Meneghini Fauth
|
eff6872c83
|
Fix PHPUnit 10.3 soft deprecations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-08-04 13:58:06 -03:00 |
|
Maurício Meneghini Fauth
|
ea30194be2
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-07-21 10:01:52 -03:00 |
|
Maximilian Krög
|
d716e30e60
|
Change deprecated ReflectionProperty method call
Is being deprecated in PHP 8.3
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
|
2023-07-20 01:30:37 +02:00 |
|
Kamil Tekiela
|
4ec3b99ba3
|
Improve boolean conditions with arrays (#18417)
* Remove empty() on array
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Remove boolean count()
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
---------
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-05-12 15:16:26 -03:00 |
|
Maurício Meneghini Fauth
|
437215cab2
|
Rename variables to use camel case format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-03-26 21:47:50 -03:00 |
|
Maurício Meneghini Fauth
|
a035b5173d
|
Refactor Config\Settings::toArray() method
Rename it to asArray() and remove get_object_vars() function call.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-03-01 15:55:40 -03:00 |
|
Maurício Meneghini Fauth
|
f9c8035768
|
Add native parameter types to test classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-27 01:54:03 -03:00 |
|
Maurício Meneghini Fauth
|
556594b4cd
|
Fix coding standard spacing issues
- Fixes one line doc comments
- Fixes parent call spacing
- Fixes constant spacing
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-24 21:06:17 -03:00 |
|
Maurício Meneghini Fauth
|
efb0c451cd
|
Upgrade PHPUnit to version 10.0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-22 17:19:20 -03:00 |
|
Maurício Meneghini Fauth
|
cb67fa306d
|
Remove Reflection's setAccessible() method
This method is no-op since PHP 8.1.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-21 20:35:45 -03:00 |
|
Maurício Meneghini Fauth
|
2c5143feda
|
Remove ResponseRenderer::getFooter method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-04-09 12:32:14 -03:00 |
|
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
|
67e96cf40c
|
Get default config values from Config\Settings classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-30 12:04:47 -03:00 |
|
Maurício Meneghini Fauth
|
9adaa912e1
|
Rename Response class to ResponseRenderer
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-06-30 12:35:22 -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 |
|
William Desportes
|
76803f9422
|
Replace deprecated ->setMethods by ->onlyMethods
See: https://github.com/sebastianbergmann/phpunit/pull/3687
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-04 23:24:25 +01:00 |
|
William Desportes
|
cce4bc993c
|
Fixes #16278 - Fix tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-08-06 15:48:08 +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 |
|
William Desportes
|
4d48c57e7d
|
Fix phpstan 0.12.28 documentation mistake reported error
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-10 14:19:24 +02: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 |
|
William Desportes
|
a878168e6c
|
Fix a typo in my last commit
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-22 09:08:26 +02:00 |
|