tests passing
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace Drupal\Tests\opencase\Unit;
|
||||
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
use Drupal\opencase\Utils;
|
||||
|
||||
class UtilsTest extends UnitTestCase{
|
||||
public function setUp(): void {
|
||||
/** @var \Drupal\core\Entity\EntityTypeManager&\PHPUnit\Framework\MockObject\MockObject $entityTypeManager */
|
||||
$this->entityTypeManager = $this->getMockBuilder('\\Drupal\\Core\\Entity\\EntityTypeManager')->disableOriginalConstructor()->getMock();
|
||||
$this->utils = new Utils($this->entityTypeManager);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user