diff options
author | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-04-21 18:08:38 +0000 |
---|---|---|
committer | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-04-21 18:08:38 +0000 |
commit | 76c1a3b95b1abde5269a604547a08bb0f7fc0cf3 (patch) | |
tree | 367dc19971bf37b3362a3aa578e710d2dd4a8850 /tests/library/SSRS/Soap | |
parent | 4208d61e5476d83482887255c342205832dbf9b1 (diff) | |
download | php-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-x | tests/library/SSRS/Soap/NTLMTest.php | 4 |
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 { |