add: all
This commit is contained in:
parent
a15319c4d1
commit
eebf859afa
39 changed files with 2742 additions and 937 deletions
15
tests/Http/Controllers/IssueValidationControllerTest.php
Normal file
15
tests/Http/Controllers/IssueValidationControllerTest.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Http\Controllers;
|
||||
|
||||
use App\Http\Controllers\IssueValidationController;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class IssueValidationControllerTest extends TestCase
|
||||
{
|
||||
|
||||
public function testHandle_single_issue()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue