Maurício Meneghini Fauth
|
b0604623d8
|
Extract PageSettings dependency from controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-07-06 20:17:34 -03:00 |
|
Maurício Meneghini Fauth
|
95ae4f7612
|
Extract Config\PageSettings initialization from constructor
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-07-06 16:37:40 -03:00 |
|
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 |
|
Maurício Meneghini Fauth
|
f54cc49f86
|
Remove loadContainerBuilder call from AbstractTestCase::setUp method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-09-29 20:22:31 -03:00 |
|
Maurício Meneghini Fauth
|
3c618c22a9
|
Add ServerRequest parameter to all controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-07-28 01:00:08 -03:00 |
|
Maurício Meneghini Fauth
|
346923e20a
|
Set dbi only when the test needs it
Related to https://github.com/phpmyadmin/phpmyadmin/pull/17637
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-07-14 02:21:45 -03:00 |
|
Maurício Meneghini Fauth
|
8543e0abe5
|
Load DBI into container only when needed by the test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-07-11 13:42:22 -03:00 |
|
Maurício Meneghini Fauth
|
2cf3497a0e
|
Inline dbi creation in some test classes
Creates a new instance of DatabaseInterface for each test.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-04-19 11:22:34 -03:00 |
|
Maurício Meneghini Fauth
|
c3acdeeb16
|
Add basic test for Table\ExportController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-02-24 16:52:27 -03:00 |
|