summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/simple/simple.cpp2
-rw-r--r--tests/simple/simple.php3
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/simple/simple.cpp b/tests/simple/simple.cpp
index ec39770..06d4431 100644
--- a/tests/simple/simple.cpp
+++ b/tests/simple/simple.cpp
@@ -7,8 +7,8 @@
* @copyright 2013 Copernica BV
*/
#include <string>
-#include <phpcpp.h>
#include <iostream>
+#include <phpcpp.h>
/**
* Namespace to use
diff --git a/tests/simple/simple.php b/tests/simple/simple.php
new file mode 100644
index 0000000..0fb3e32
--- /dev/null
+++ b/tests/simple/simple.php
@@ -0,0 +1,3 @@
+<?php
+hallo();
+?> \ No newline at end of file