3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-29 11:21:21 +00:00
snipe-it/stubs/test.stub
2023-03-30 16:42:59 -07:00

14 lines
152 B
Plaintext

<?php
namespace {{ namespace }};
use Tests\TestCase;
class {{ class }} extends TestCase
{
public function testExample()
{
//
}
}