fix: env vars handled via conf file, add: functional tests

This commit is contained in:
Michael 2024-08-17 18:06:06 +02:00
parent 3d08b14f11
commit 21c4330f16
39 changed files with 416 additions and 172 deletions

View file

@ -3,18 +3,18 @@
namespace Tests\Http\Controllers\CsvController;
use App\Http\Controllers\CsvController\CsvController;
use PHPUnit\Framework\TestCase;
use Tests\TestCase;
class CsvControllerTest extends TestCase
{
public function testCreate_csv()
{
}
public function testCreate_columns()
{
}
// public function testCreate_csv()
// {
//
// }
//
// public function testCreate_columns()
// {
//
// }
}