diff options
author | Arron Woods <aw@chartblocks.com> | 2015-03-05 09:27:00 +0000 |
---|---|---|
committer | Arron Woods <aw@chartblocks.com> | 2015-03-05 09:27:00 +0000 |
commit | 49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3 (patch) | |
tree | 2e7c916a9b7f11e41c42d37f6cdf1531dd8e1bdf | |
parent | 8123e31c55c176d3bd5d6173c6e34df931a71baf (diff) | |
download | php-ssrs-49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3.zip php-ssrs-49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3.tar.gz php-ssrs-49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3.tar.bz2 |
Expect RuntimeException if invalid path
-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(); |