Skip to content

Commit

Permalink
test: move files
Browse files Browse the repository at this point in the history
  • Loading branch information
jankal committed Dec 29, 2023
1 parent 9aa23c5 commit 4b70b5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Test\Model;
namespace Test\Unit\Model;

use Nuonic\OnePasswordCli\Model\OnePasswordAccountId;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Test\Model;
namespace Test\Unit\Model;

use Nuonic\OnePasswordCli\Model\OnePasswordItemId;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Test\Model;
namespace Test\Unit\Model;

use Nuonic\OnePasswordCli\Model\OnePasswordUserId;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Test\Model;
namespace Test\Unit\Model;

use Nuonic\OnePasswordCli\Model\OnePasswordVaultId;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 4b70b5b

Please sign in to comment.