mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
14 lines
164 B
PHP
14 lines
164 B
PHP
<?php
|
|
|
|
namespace Tests\Feature\Api\Assets;
|
|
|
|
use Tests\TestCase;
|
|
|
|
class AssetFilesTest extends TestCase
|
|
{
|
|
public function testExample()
|
|
{
|
|
//
|
|
}
|
|
}
|