removed utils from timebasedfieldupdater

This commit is contained in:
2022-06-05 13:18:08 +01:00
parent c318c451dc
commit 66fa591566
9 changed files with 87 additions and 187 deletions

View File

@ -1,7 +1,6 @@
<?php declare(strict_types = 1);
namespace Drupal\Tests\opencase\Unit;
include "EntityTrait.php";
use Drupal\Tests\UnitTestCase;
@ -11,7 +10,7 @@ class OCActorTest extends UnitTestCase{
public function setUp(): void {
$this->etm = $this->getEntityTypeManager();
$this->setupContainer([
$this->getContainer([
'entity_type.manager' => $this->etm
]);
}