Skip to content

Commit

Permalink
OEL-3386: Remove uneeded classes and module in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronGilMartinez committed Sep 19, 2024
1 parent d34d7d0 commit 723aebc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion tests/src/Functional/AccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class AccessTest extends BrowserTestBase {
*/
protected static $modules = [
'node',
'media',
'collabora_online',
];

Expand Down
6 changes: 0 additions & 6 deletions tests/src/Functional/PermissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@

namespace Drupal\Tests\collabora_online\Functional;

use Drupal\file\Entity\File;
use Drupal\media\Entity\Media;
use Drupal\media\MediaInterface;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\media\Traits\MediaTypeCreationTrait;
use Drupal\Tests\TestFileCreationTrait;
use Drupal\user\Entity\Role;
use Drupal\user\PermissionHandlerInterface;

/**
Expand All @@ -24,7 +19,6 @@ class PermissionTest extends BrowserTestBase {
* {@inheritdoc}
*/
protected static $modules = [
'media',
'collabora_online',
];

Expand Down

0 comments on commit 723aebc

Please sign in to comment.