Skip to content

Commit 6c05a3f

Browse files
committed
🔧
1 parent f5321f9 commit 6c05a3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/QueryUtilTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ public function testParsesQueries(string $input, array $output):void{
144144
$this::assertSame($output, QueryUtil::parse($input));
145145
}
146146

147+
/**
148+
* @param array<string, mixed> $output
149+
*/
147150
#[DataProvider('parseQueryProvider')]
148151
public function testParsesAndBuildsQueries(string $input, array $output): void{
149152
$result = QueryUtil::parse($input, QueryUtil::NO_ENCODING);

0 commit comments

Comments
 (0)