1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

tests: remove unnecessary import

This commit is contained in:
Torsten Dittmann 2022-09-14 10:17:50 +02:00
parent d834091524
commit f97280d071

View file

@ -4,7 +4,6 @@ namespace Tests\Unit\Event\Validator;
use Appwrite\Event\Validator\Event;
use PHPUnit\Framework\TestCase;
use Utopia\Config\Config;
class EventValidatorTest extends TestCase
{
@ -12,7 +11,6 @@ class EventValidatorTest extends TestCase
public function setUp(): void
{
Config::load('events', __DIR__ . '/../../../../app/config/events.php');
$this->object = new Event();
}