Skip to content

Commit ca20dfa

Browse files
committed
Fix test namespaces
1 parent 3d133cc commit ca20dfa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/VCS/Adapter/ForgejoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Utopia\Tests\VCS\Adapter;
3+
namespace Utopia\Tests\Adapter;
44

55
use Utopia\Cache\Adapter\None;
66
use Utopia\Cache\Cache;

tests/VCS/Adapter/GitHubTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Utopia\Tests\VCS\Adapter;
3+
namespace Utopia\Tests\Adapter;
44

55
use Utopia\Cache\Adapter\None;
66
use Utopia\Cache\Cache;

tests/VCS/Adapter/GiteaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Utopia\Tests\VCS\Adapter;
3+
namespace Utopia\Tests\Adapter;
44

55
use Utopia\Cache\Adapter\None;
66
use Utopia\Cache\Cache;

0 commit comments

Comments
 (0)