ajout app
This commit is contained in:
13
SNIPE-IT/stubs/test.unit.stub
Normal file
13
SNIPE-IT/stubs/test.unit.stub
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace {{ namespace }};
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class {{ class }} extends TestCase
|
||||
{
|
||||
public function testExample()
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user