summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/_inc/lib/debugger/0-load.php')
-rw-r--r--plugins/jetpack/_inc/lib/debugger/0-load.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/jetpack/_inc/lib/debugger/0-load.php b/plugins/jetpack/_inc/lib/debugger/0-load.php
new file mode 100644
index 00000000..b097dc50
--- /dev/null
+++ b/plugins/jetpack/_inc/lib/debugger/0-load.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Loading the various functions used for Jetpack Debugging.
+ *
+ * @package Jetpack.
+ */
+
+/* Jetpack Connection Testing Framework */
+require_once 'class-jetpack-cxn-test-base.php';
+/* Jetpack Connection Tests */
+require_once 'class-jetpack-cxn-tests.php';
+/* The "In-Plugin Debugger" admin page. */
+require_once 'class-jetpack-debugger.php';