Maurício Meneghini Fauth
|
20364c92fc
|
Rename CheckUserPrivileges class to UserPrivilegesFactory
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-02-10 19:26:52 -03:00 |
|
Maurício Meneghini Fauth
|
ba72f543fd
|
Call PHPUnit static methods using static calls
Replaces $this->method() with self::method().
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-31 17:17:38 -03:00 |
|
Maurício Meneghini Fauth
|
0a15e1ca0b
|
Extract dependencies from ListDatabase class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-07 00:00:38 -03:00 |
|
Maurício Meneghini Fauth
|
4f92a073ae
|
Remove ListAbstract::getDefault() method
This method only returns the value of Current::$database.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-06 22:09:39 -03:00 |
|
Maurício Meneghini Fauth
|
1129750eee
|
Replace server global with Current::$server
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-12-24 02:08:50 -03:00 |
|
Maurício Meneghini Fauth
|
711f6c0f14
|
Replace db global variable with static class property
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-12-17 14:58:59 -03:00 |
|
Maurício Meneghini Fauth
|
1d1c55e250
|
Move test directory to tests
- Related to #18512
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-11-30 10:47:42 -03:00 |
|