Replace Appwrite Validators with backported Utopia ones

+ Updated Utopia Framework to 0.26.0
+ Replaced Appwrite Validators with Utopia ones
This commit is contained in:
Bradley Schofield
2023-01-13 15:28:04 +00:00
parent a35cf0b4c0
commit 31b718d829
18 changed files with 39 additions and 407 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
namespace Tests\Unit\Network\Validators;
use Appwrite\Network\Validator\Host;
use Utopia\Validator\Host;
use PHPUnit\Framework\TestCase;
class HostTest extends TestCase