diff options
Diffstat (limited to 'tests/library/SSRS/Soap/NTLMTest.php')
-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 { |