snipe-it/tests/Feature/Api/Assets/AssetFilesTest.php

14 lines
164 B
PHP
Raw Normal View History

2024-05-18 05:04:34 -07:00
<?php
2024-05-26 08:47:30 -07:00
namespace Tests\Feature\Api\Assets;
2024-05-18 05:04:34 -07:00
use Tests\TestCase;
class AssetFilesTest extends TestCase
{
public function testExample()
{
//
}
}