summaryrefslogtreecommitdiffstats
path: root/tests/library/SSRS/Soap
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/Soap
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/Soap')
-rwxr-xr-xtests/library/SSRS/Soap/NTLMTest.php4
1 files changed, 2 insertions, 2 deletions
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 {