snipe-it/stubs/test.unit.stub

14 lines
152 B
Plaintext
Raw Permalink Normal View History

2023-03-30 16:42:59 -07:00
<?php
namespace {{ namespace }};
use Tests\TestCase;
class {{ class }} extends TestCase
{
public function testExample()
{
//
}
}