diff options
| author | Felipe Pena <felipe@php.net> | 2009-06-04 01:14:48 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2009-06-04 01:14:48 +0000 |
| commit | 59b0990c1ce23d6522631fac7f715bf2a33f3563 (patch) | |
| tree | 3a9ac26a3accc103fb3604b4722a3449214ab2b5 /ext/xsl/tests/xslt003.phpt | |
| parent | 08f7c7f016f837d0440dd92a9fa6bbf435f27e27 (diff) | |
| download | php-git-59b0990c1ce23d6522631fac7f715bf2a33f3563.tar.gz | |
- Fixed tests
Diffstat (limited to 'ext/xsl/tests/xslt003.phpt')
| -rw-r--r-- | ext/xsl/tests/xslt003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/tests/xslt003.phpt b/ext/xsl/tests/xslt003.phpt index a3c848b1b7..60a8427d16 100644 --- a/ext/xsl/tests/xslt003.phpt +++ b/ext/xsl/tests/xslt003.phpt @@ -1,7 +1,7 @@ --TEST-- Test 3: Using Parameters --SKIPIF-- -<?php require_once('skipif.inc'); ?> +<?php require_once dirname(__FILE__) .'/skipif.inc'; ?> --FILE-- <?php echo "Test 3: Using Parameters"; |
