Skip to content

Commit

Permalink
test: fix property type
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 16, 2023
1 parent 6d3b5e1 commit 1566d48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Commands/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Tests\Commands;

use CodeIgniter\Shield\Commands\User;
use CodeIgniter\Shield\Commands\Utils\InputOutput;
use CodeIgniter\Shield\Entities\User as UserEntity;
use CodeIgniter\Shield\Models\UserModel;
use CodeIgniter\Shield\Test\MockInputOutput;
Expand All @@ -16,7 +15,7 @@
*/
final class UserTest extends DatabaseTestCase
{
private ?InputOutput $io = null;
private ?MockInputOutput $io = null;

protected function tearDown(): void
{
Expand Down

0 comments on commit 1566d48

Please sign in to comment.