Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Nov 24, 2024
1 parent d884b8d commit 7a4fc68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Unit/QueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ public function testAdapterNotConfiguredExceptionForRun(): void

public function testRunWithSignalLoop(): void
{
if (!extension_loaded('pcntl')) {
self::markTestSkipped('PCNTL support required');
}

$this->loop = new SignalLoop();
$queue = $this
->getQueue()
Expand Down

0 comments on commit 7a4fc68

Please sign in to comment.