diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/library/SSRSTest/Soap/NTLMTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/library/SSRSTest/Soap/NTLMTest.php b/tests/library/SSRSTest/Soap/NTLMTest.php index d7c6fd3..39a01c3 100755 --- a/tests/library/SSRSTest/Soap/NTLMTest.php +++ b/tests/library/SSRSTest/Soap/NTLMTest.php @@ -54,7 +54,7 @@ class NTLMTest extends \PHPUnit_Framework_TestCase { } /** - * @expectedException \SSRS\Soap\Exception + * @expectedException \RuntimeException */ public function testSetCacheThrowsExceptionWithInvalidPath() { vfsStreamWrapper::register(); |