summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArron Woods <aw@chartblocks.com>2015-03-05 09:27:00 +0000
committerArron Woods <aw@chartblocks.com>2015-03-05 09:27:00 +0000
commit49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3 (patch)
tree2e7c916a9b7f11e41c42d37f6cdf1531dd8e1bdf
parent8123e31c55c176d3bd5d6173c6e34df931a71baf (diff)
downloadphp-ssrs-49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3.zip
php-ssrs-49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3.tar.gz
php-ssrs-49f4e1e4ba0a89f2b84adc395c758e7b1bd189b3.tar.bz2
Expect RuntimeException if invalid path
-rwxr-xr-xtests/library/SSRSTest/Soap/NTLMTest.php2
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();