Skip to content

Commit 9c3226d

Browse files
committed
fix ProfilerTest with Symfony 6.4
1 parent c22be71 commit 9c3226d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/ProfilerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function testRender(): void
102102
'collector' => $this->collector,
103103
'queries' => $this->debugDataHolder->getData(),
104104
'profiler_markup_version' => 3,
105+
'profile_type' => 'request',
105106
]);
106107

107108
$expectedEscapedSql = 'SELECT
  *
FROM
  foo
WHERE
  bar IN (?, ?)
  AND "" >= ""';

0 commit comments

Comments
 (0)