1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Rename WallabagCoreTestCase to WallabagTestCase

This commit is contained in:
Yassine Guedidi 2024-02-24 20:24:51 +01:00
parent cd6f7b5e92
commit c092e4ddf6
40 changed files with 79 additions and 79 deletions

View file

@ -2,13 +2,13 @@
namespace Tests\Wallabag\Controller;
use Tests\Wallabag\WallabagCoreTestCase;
use Tests\Wallabag\WallabagTestCase;
/**
* The controller `SettingsController` does not exist.
* This test cover security against the internal settings page managed by CraueConfigBundle.
*/
class SettingsControllerTest extends WallabagCoreTestCase
class SettingsControllerTest extends WallabagTestCase
{
public function testSettingsWithAdmin()
{