Page MenuHomePhorge

UserWalletsTest.php
No OneTemporary

Authored By
Unknown
Size
282 B
Referenced Files
None
Subscribers
None

UserWalletsTest.php

<?php
namespace Tests\Feature\Console;
use Tests\TestCase;
class UserWalletsTest extends TestCase
{
public function testHandle(): void
{
$this->artisan('user:wallets john@kolab.org')
->assertExitCode(0);
$this->markTestIncomplete();
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 1:46 PM (3 d, 6 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
55/ce/1b8e0f28cf214b777539c28e88a9
Default Alt Text
UserWalletsTest.php (282 B)

Event Timeline