summaryrefslogtreecommitdiff
path: root/t/inc/Xml.t
diff options
context:
space:
mode:
Diffstat (limited to 't/inc/Xml.t')
-rw-r--r--t/inc/Xml.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/inc/Xml.t b/t/inc/Xml.t
index 527cd7f5..b7cef881 100644
--- a/t/inc/Xml.t
+++ b/t/inc/Xml.t
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
-require 'Test.php';
+require 't/Test.php';
plan( 8 );
@@ -54,4 +54,3 @@ cmp_ok(
cmp_ok( Xml::closeElement( 'element' ), '==', '</element>', 'closeElement() shortcut' );
/* vim: set filetype=php: */
-?>