This commit is contained in:
Matej Baco
2022-01-31 16:07:07 +01:00
parent 4161a65e0b
commit 3293d15eff
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,6 @@
require_once __DIR__.'/../init.php';
use Appwrite\Storage\Validator\Path;
use Utopia\App;
use Utopia\Logger\Log;
use Utopia\Logger\Log\User;
@@ -14,6 +13,7 @@ use Utopia\Config\Config;
use Utopia\Domains\Domain;
use Appwrite\Auth\Auth;
use Appwrite\Network\Validator\Origin;
use Appwrite\Storage\Validator\Path;
use Appwrite\Utopia\Response\Filters\V06;
use Appwrite\Utopia\Response\Filters\V07;
use Appwrite\Utopia\Response\Filters\V08;
-4
View File
@@ -3,10 +3,6 @@
namespace Tests\E2E;
use Exception;
use function curl_setopt;
use function http_build_query;
use const CURLOPT_PATH_AS_IS;
use const CURLOPT_TIMEOUT;
class Client
{