Skip to content

Commit be13ae0

Browse files
committed
tests: add pipeline serialization test case
1 parent 8de6e80 commit be13ae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Instrumentation/Laravel/tests/Unit/Watches/RedisCommand/SerializerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ public function serializeCases(): iterable
3434

3535
// Parameters of array type
3636
yield ['EVAL', ['param1', 'param2', ['arg1', 'arg2']], 'EVAL param1 param2 ["arg1","arg2"]'];
37+
38+
yield ['pipeline', [function () {}], 'pipeline Callable'];
3739
}
3840
}

0 commit comments

Comments
 (0)