File tree 2 files changed +3
-3
lines changed
pkg/enqueue/Tests/Symfony/Consumption
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
extensions : mongodb, redis, :xdebug
24
24
ini-values : memory_limit=2048M
25
25
26
- - run : php ./bin/fix-symfony-version.php "5.4 .*"
26
+ - run : php ./bin/fix-symfony-version.php "6.2 .*"
27
27
28
28
- uses : " ramsey/composer-install@v1"
29
29
63
63
extensions : mongodb, redis, :xdebug
64
64
ini-values : memory_limit=2048M
65
65
66
- - run : php ./bin/fix-symfony-version.php "5.4 .*"
66
+ - run : php ./bin/fix-symfony-version.php "6.2 .*"
67
67
68
68
- run : composer update --no-progress
69
69
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public function testShouldExecuteConsumptionWithSeveralCustomQueues()
204
204
205
205
public function testShouldExecuteConsumptionWhenProcessorImplementsQueueSubscriberInterface ()
206
206
{
207
- $ processor = new class implements Processor, QueueSubscriberInterface {
207
+ $ processor = new class () implements Processor, QueueSubscriberInterface {
208
208
public function process (InteropMessage $ message , Context $ context )
209
209
{
210
210
}
You can’t perform that action at this time.
0 commit comments