summaryrefslogtreecommitdiff
path: root/php-src/tests/broken.php
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-23 14:00:08 +0300
committerWolfy-J <[email protected]>2018-09-23 14:00:08 +0300
commitf7d64d8e8592951ed5a0f0b06db608bc73786ea2 (patch)
tree1bdef1618288221495f1f38bb528e71cca907e2e /php-src/tests/broken.php
parent4815ebb760672c7fa541c941d7f47cd316656020 (diff)
- new directory structure
- singular exception - starting exception deprecation
Diffstat (limited to 'php-src/tests/broken.php')
-rw-r--r--php-src/tests/broken.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/php-src/tests/broken.php b/php-src/tests/broken.php
deleted file mode 100644
index b1a3839e..00000000
--- a/php-src/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->receive($ctx)) {
- echo undefined_function();
- $rr->send((string)$in);
-} \ No newline at end of file