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
|
2f04a0e284
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-31 14:20:42 -03:00 |
|
Maurício Meneghini Fauth
|
d36358a818
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-30 14:02:14 -03:00 |
|
Maurício Meneghini Fauth
|
3353b47721
|
Create ConnectionType enum
Replaces Connection::TYPE_* constants with ConnectionType enum.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-29 12:47:15 -03:00 |
|
Kamil Tekiela
|
4e8c62f885
|
Fix initialization of Relation and Tracker
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2024-01-09 18:09:39 +01: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
|
ef6c30c865
|
Replace table global var with static class property
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-12-17 15:51:29 -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 |
|