summaryrefslogtreecommitdiffstats
path: root/tests/library/SSRS/ReportTest.php
diff options
context:
space:
mode:
authorarron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a>2011-04-21 18:08:38 +0000
committerarron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a>2011-04-21 18:08:38 +0000
commit76c1a3b95b1abde5269a604547a08bb0f7fc0cf3 (patch)
tree367dc19971bf37b3362a3aa578e710d2dd4a8850 /tests/library/SSRS/ReportTest.php
parent4208d61e5476d83482887255c342205832dbf9b1 (diff)
downloadphp-ssrs-76c1a3b95b1abde5269a604547a08bb0f7fc0cf3.zip
php-ssrs-76c1a3b95b1abde5269a604547a08bb0f7fc0cf3.tar.gz
php-ssrs-76c1a3b95b1abde5269a604547a08bb0f7fc0cf3.tar.bz2
Test include paths with phpunit.xml
Diffstat (limited to 'tests/library/SSRS/ReportTest.php')
-rwxr-xr-xtests/library/SSRS/ReportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/library/SSRS/ReportTest.php b/tests/library/SSRS/ReportTest.php
index a0e1245..6177c14 100755
--- a/tests/library/SSRS/ReportTest.php
+++ b/tests/library/SSRS/ReportTest.php
@@ -1,6 +1,6 @@
<?php
-require_once(dirname(__FILE__) . '/../../../library/SSRS/Report.php');
+require_once('SSRS/Report.php');
class SSRS_ReportTest extends PHPUnit_Framework_TestCase {