feat: shortened and filename-safe request ids

This commit is contained in:
Björn Fromme
2026-03-04 11:25:23 +01:00
parent 370bc9fc5f
commit 5cf4b0f9ea
6 changed files with 70 additions and 4 deletions
+2
View File
@@ -8,6 +8,7 @@ use App\BusProNet\ApiClient;
use App\BusProNet\DataProcessor\BookingDataProcessor;
use App\BusProNet\Exception\ImmediateConnectionCloseException;
use App\BusProNet\XmlParser\ApiResponseParser;
use App\Service\RequestIdGenerator;
use League\Flysystem\FilesystemOperator;
use PHPUnit\Framework\TestCase;
use Psr\Log\LoggerInterface;
@@ -27,6 +28,7 @@ class ApiClientReceiveTest extends TestCase
$this->createMock(LoggerInterface::class),
$this->createMock(BookingDataProcessor::class),
new RequestStack(),
new RequestIdGenerator(),
[
'bpn_username' => 'test',
'bpn_password' => 'test',