diff options
Diffstat (limited to 'tests/library')
-rwxr-xr-x | tests/library/SSRS/Object/CatalogItemsTest.php | 6 | ||||
-rwxr-xr-x | tests/library/SSRS/ReportTest.php | 2 | ||||
-rwxr-xr-x | tests/library/SSRS/Soap/NTLMTest.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/library/SSRS/Object/CatalogItemsTest.php b/tests/library/SSRS/Object/CatalogItemsTest.php index a62d9e6..e50df39 100755 --- a/tests/library/SSRS/Object/CatalogItemsTest.php +++ b/tests/library/SSRS/Object/CatalogItemsTest.php @@ -1,8 +1,8 @@ <?php -require_once('library/SSRS/Object/Abstract.php'); -require_once('library/SSRS/Object/CatalogItems.php'); -require_once('library/SSRS/Object/CatalogItem.php'); +require_once('SSRS/Object/Abstract.php'); +require_once('SSRS/Object/CatalogItems.php'); +require_once('SSRS/Object/CatalogItem.php'); /** * Description of CatalogItemsTest 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 { diff --git a/tests/library/SSRS/Soap/NTLMTest.php b/tests/library/SSRS/Soap/NTLMTest.php index 15c0fef..b3116f6 100755 --- a/tests/library/SSRS/Soap/NTLMTest.php +++ b/tests/library/SSRS/Soap/NTLMTest.php @@ -10,8 +10,8 @@ * * @author Andrew Lowe */ -require_once('library/SSRS/Soap/NTLM.php'); -require_once('library/SSRS/Soap/Exception.php'); +require_once('SSRS/Soap/NTLM.php'); +require_once('SSRS/Soap/Exception.php'); require_once('vfsStream/vfsStream.php'); class SSRS_Soap_NTLMTest extends PHPUnit_Framework_TestCase { |