summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phan/stubs/tideways.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/phan/stubs/tideways.php')
-rw-r--r--www/wiki/tests/phan/stubs/tideways.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/wiki/tests/phan/stubs/tideways.php b/www/wiki/tests/phan/stubs/tideways.php
new file mode 100644
index 00000000..34ac735c
--- /dev/null
+++ b/www/wiki/tests/phan/stubs/tideways.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * Minimal set of classes necessary for Xhprof using tideways
+ * phpcs:ignoreFile
+ */
+
+function tideways_enable(){
+}
+
+function tideways_disable(){
+}