Kamil Tekiela
|
a25527ef8d
|
Refactor loadAndCheck()
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2025-01-24 17:12:24 +00:00 |
|
Maurício Meneghini Fauth
|
ed9dc6c4be
|
Remove $GLOBALS clean up from AbstractTestCase
There's no need for it anymore.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-11 15:26:51 -03:00 |
|
Maurício Meneghini Fauth
|
3e5934ef80
|
Fix failing tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-11 15:06:14 -03:00 |
|
Maurício Meneghini Fauth
|
34b3a81319
|
Remove the num_tables global variable
Replaces it with Current::$numTables static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 14:53:21 -03:00 |
|
Maurício Meneghini Fauth
|
56b9e2132f
|
Remove the show_as_php global variable
Replaces it with Sql::$showAsPhp static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 12:46:42 -03:00 |
|
Maurício Meneghini Fauth
|
b962abf428
|
Remove the charset global variable
Replaces it with Current::$charset static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 01:47:01 -03:00 |
|
Kamil Tekiela
|
def8e350a0
|
Create getInstanceForTest
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2024-12-31 15:41:46 +00:00 |
|
Kamil Tekiela
|
0db131572c
|
Dbi: take Config as a parameter
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2024-12-31 14:56:02 +00:00 |
|
Maurício Meneghini Fauth
|
5548f8fe5b
|
Replace lang global var with Current::$lang prop
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2024-12-24 12:01:03 -03:00 |
|
Maurício Meneghini Fauth
|
03d9afc33f
|
Replace message global with Current::$message prop
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2024-12-23 19:09:46 -03:00 |
|
Kamil Tekiela
|
8015e4de72
|
Move DatabaseInterface to Dbal
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2024-12-22 18:34:53 +00:00 |
|
Maurício Meneghini Fauth
|
7d6b17a417
|
Replace sql_query global var with Current::$sqlQuery
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2024-12-09 13:51:22 -03:00 |
|
Maurício Meneghini Fauth
|
57104b4a3a
|
Move Language::active() to LanguageManager class
This method does not belong to the Language value object.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2024-11-02 13:29:03 -03:00 |
|
Maurício Meneghini Fauth
|
c2b1e312b7
|
Move Language and LanguageManager into I18n namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2024-10-31 18:52:01 -03:00 |
|
Maurício Meneghini Fauth
|
23de646fbb
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-06-16 19:20:45 -03:00 |
|
Maurício Meneghini Fauth
|
606f66b5df
|
Rename tests/classes to tests/unit
This directory is for unit tests only, so let's rename it to unit to be
more clear.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-02-23 13:29:07 -03:00 |
|