fix: env vars handled via conf file, add: functional tests
This commit is contained in:
parent
3d08b14f11
commit
21c4330f16
39 changed files with 416 additions and 172 deletions
|
@ -4,13 +4,14 @@ namespace Tests\Controllers;
|
|||
|
||||
use App\Http\Controllers\IssueValidationController;
|
||||
use Exception;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Tests\TestCase;
|
||||
|
||||
class IssueValidationControllerTest extends TestCase
|
||||
{
|
||||
|
||||
protected function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->issue_validation_controller = new IssueValidationController();
|
||||
}
|
||||
public function testValidDateConversion()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue