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
|
@ -3,13 +3,14 @@
|
|||
namespace Tests\Http\Controllers\CsvController;
|
||||
|
||||
use App\Http\Controllers\CsvController\CsvDataInit;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Tests\TestCase;
|
||||
|
||||
class CsvDataInitTest extends TestCase
|
||||
{
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
protected function setUp(): void
|
||||
{parent::setUp();
|
||||
|
||||
$this->csv_data_init = new CsvDataInit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue