mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
14 lines
152 B
Plaintext
14 lines
152 B
Plaintext
<?php
|
|
|
|
namespace {{ namespace }};
|
|
|
|
use Tests\TestCase;
|
|
|
|
class {{ class }} extends TestCase
|
|
{
|
|
public function testExample()
|
|
{
|
|
//
|
|
}
|
|
}
|