mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
14 lines
157 B
PHP
14 lines
157 B
PHP
|
<?php
|
||
|
|
||
|
namespace Tests\Feature\Api;
|
||
|
|
||
|
use Tests\TestCase;
|
||
|
|
||
|
class AssetFilesTest extends TestCase
|
||
|
{
|
||
|
public function testExample()
|
||
|
{
|
||
|
//
|
||
|
}
|
||
|
}
|