aboutsummaryrefslogtreecommitdiff
path: root/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'test.php')
-rw-r--r--test.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.php b/test.php
new file mode 100644
index 0000000..b57b514
--- /dev/null
+++ b/test.php
@@ -0,0 +1,8 @@
+<?php
+
+include 'nyaml.php';
+
+$nyaml = new NXP\nyaml();
+
+print_r($nyaml->file('test.nyaml'));
+