diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 16:43:39 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-27 16:43:39 +0300 |
commit | fdf9ecce67becbcd45e4813ca0253a90e771c198 (patch) | |
tree | 3300238cf9cc6710eeac5ee662d99a3873546a21 /tests/broken.php | |
parent | e9d6ed13fef70486b4edf2b59fdb592046cd25bc (diff) |
Roadrunner binary branch
Diffstat (limited to 'tests/broken.php')
-rw-r--r-- | tests/broken.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/broken.php b/tests/broken.php deleted file mode 100644 index 1f869b2d..00000000 --- a/tests/broken.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/** - * @var Goridge\RelayInterface $relay - */ - -use Spiral\Goridge; -use Spiral\RoadRunner; - -$rr = new RoadRunner\Worker($relay); - -while ($in = $rr->waitPayload()) { - echo undefined_function(); - $rr->send((string)$in->body, null); -} |