aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojo/tests/_base/timeout.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojo/tests/_base/timeout.php')
-rw-r--r--includes/js/dojo/tests/_base/timeout.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/js/dojo/tests/_base/timeout.php b/includes/js/dojo/tests/_base/timeout.php
deleted file mode 100644
index 560b0d3..0000000
--- a/includes/js/dojo/tests/_base/timeout.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-$callbackName = $_REQUEST["callback"];
-sleep(5);
-print "SuperXFooBarVariable = 'Oh no! SuperXFooBarVariable is defined (should not be for timeout case).'; {$callbackName}({Status: 'good'});";
-
-?>