mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-31 23:51:19 -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()
|
|
{
|
|
//
|
|
}
|
|
}
|