File tree Expand file tree Collapse file tree 8 files changed +6
-7
lines changed
Expand file tree Collapse file tree 8 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2222require_once __DIR__ . '/../Core/Bootstrap/db_bootstrap.php ' ;
2323require_once __DIR__ . '/../View/Helper/PageLayoutHelper.php ' ;
2424require_once __DIR__ . '/../View/Helper/FormHelper.php ' ;
25- require_once __DIR__ . '/../Core/Http/url_utilities .php ' ;
25+ require_once __DIR__ . '/../Core/Http/UrlUtilities .php ' ;
2626require_once __DIR__ . '/../Core/Entity/Language.php ' ;
2727require_once __DIR__ . '/../Services/LanguageService.php ' ;
2828require_once __DIR__ . '/../Services/LanguageDefinitions.php ' ;
File renamed without changes.
Original file line number Diff line number Diff line change 2626use Lwt \Database \UserScopedQuery ;
2727
2828require_once __DIR__ . '/../Core/Http/InputValidator.php ' ;
29- require_once __DIR__ . '/../Core/Http/url_utilities .php ' ;
29+ require_once __DIR__ . '/../Core/Http/UrlUtilities .php ' ;
3030require_once __DIR__ . '/../Core/Repository/RepositoryInterface.php ' ;
3131require_once __DIR__ . '/../Core/Repository/AbstractRepository.php ' ;
3232require_once __DIR__ . '/../Core/Repository/LanguageRepository.php ' ;
Original file line number Diff line number Diff line change 1515
1616namespace Lwt \View \Helper ;
1717
18- require_once __DIR__ . '/../../Core/Http/url_utilities .php ' ;
18+ require_once __DIR__ . '/../../Core/Http/UrlUtilities .php ' ;
1919
2020use Lwt \Core \Http \UrlUtilities ;
2121use Lwt \Core \StringUtils ;
Original file line number Diff line number Diff line change @@ -375,7 +375,6 @@ public function testGetDatabaseConfigReturnsDefaults(): void
375375 $ this ->assertEquals ('' , $ config ['passwd ' ]);
376376 $ this ->assertEquals ('learning-with-texts ' , $ config ['dbname ' ]);
377377 $ this ->assertEquals ('' , $ config ['socket ' ]);
378- $ this ->assertNull ($ config ['tbpref ' ]);
379378 }
380379
381380 public function testGetDatabaseConfigReturnsLoadedValues (): void
Original file line number Diff line number Diff line change 33namespace Lwt \Tests \Core \Http ;
44
55require_once __DIR__ . '/../../../../src/backend/Core/Globals.php ' ;
6- require_once __DIR__ . '/../../../../src/backend/Core/Http/url_utilities .php ' ;
6+ require_once __DIR__ . '/../../../../src/backend/Core/Http/UrlUtilities .php ' ;
77
88use Lwt \Core \Globals ;
99use Lwt \Core \Http \UrlUtilities ;
Original file line number Diff line number Diff line change 33namespace Lwt \Tests \Core \Tag ;
44
55require_once __DIR__ . '/../../../../src/backend/Core/Bootstrap/EnvLoader.php ' ;
6- require_once __DIR__ . '/../../../../src/backend/Core/Http/url_utilities .php ' ;
6+ require_once __DIR__ . '/../../../../src/backend/Core/Http/UrlUtilities .php ' ;
77
88use Lwt \Core \EnvLoader ;
99use Lwt \Core \Globals ;
Original file line number Diff line number Diff line change 1414Globals::setDatabaseName ("test_ " . $ config ['dbname ' ]);
1515
1616require_once __DIR__ . '/../../../src/backend/Core/Bootstrap/db_bootstrap.php ' ;
17- require_once __DIR__ . '/../../../src/backend/Core/Http/url_utilities .php ' ;
17+ require_once __DIR__ . '/../../../src/backend/Core/Http/UrlUtilities .php ' ;
1818require_once __DIR__ . '/../../../src/backend/Services/LanguageService.php ' ;
1919require_once __DIR__ . '/../../../src/backend/Services/LanguageDefinitions.php ' ;
2020require_once __DIR__ . '/../../../src/backend/Services/TtsService.php ' ;
You can’t perform that action at this time.
0 commit comments