Maurício Meneghini Fauth
|
3f2c53ef1d
|
Replace PHPUnit annotations with attributes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-06-07 11:44:01 -03:00 |
|
Maurício Meneghini Fauth
|
aa119f7e62
|
Remove unused Config::$defaultServer property
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-04-30 13:23:27 -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
|
77957a69a5
|
Add trailing comma for multi-line functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-24 20:48:46 -03:00 |
|
William Desportes
|
420485a41b
|
Fix tests after e28bc2d8f6
Ref: e28bc2d8f6
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2022-11-20 18:29:07 +01:00 |
|
Maurício Meneghini Fauth
|
b2eb6bf4c9
|
Extract config load and check from Config's constructor
This allows better handling of the user's config loading and validation.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-11-15 13:20:13 -03:00 |
|
Maurício Meneghini Fauth
|
9550066810
|
Introduce the ServerRequest object to AddFieldController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-05-04 15:55:22 -03:00 |
|
Maurício Meneghini Fauth
|
a9de979397
|
Inline dbi creation in some test classes
Creates a new instance of DatabaseInterface class for each test.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-04-18 21:50:18 -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
|
9b5b210fc4
|
Remove action global var from ColumnsDefinition class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-03-03 17:41:52 -03:00 |
|
Maurício Meneghini Fauth
|
c0eb02d7d3
|
Extract ColumnsDefinition construction from controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-03-02 18:59:27 -03:00 |
|
Maurício Meneghini Fauth
|
48fbce3ca3
|
Add basic test for Table\AddFieldController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-02-28 15:10:12 -03:00 |
|