Page MenuHomePhorge

UserWalletsTest.php
No OneTemporary

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
Thu, Jul 9, 7:59 PM (10 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1056451
Default Alt Text
UserWalletsTest.php (282 B)

Event Timeline