diff options
Diffstat (limited to 'tests/library/SSRS/ReportTest.php')
-rwxr-xr-x | tests/library/SSRS/ReportTest.php | 2 |
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 { |