diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-20 12:46:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 12:46:48 +0100 |
commit | 85a5c24934d0ed4d7e2d266a18a25ba649a53d63 (patch) | |
tree | 230f6d25643ef0329d9e31aac462f2e705001024 /tests | |
parent | 257fbd85eb09645189e58e97856f777536f78250 (diff) | |
parent | ab9e3525cc4623ac0de24d61723dd87dce7cd605 (diff) | |
download | nextcloud-server-85a5c24934d0ed4d7e2d266a18a25ba649a53d63.tar.gz nextcloud-server-85a5c24934d0ed4d7e2d266a18a25ba649a53d63.zip |
Merge pull request #3939 from nextcloud/downstream-27159
Fix malformed logging in exception
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Files/ViewTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Files/ViewTest.php b/tests/lib/Files/ViewTest.php index 0aaeb094cd4..3635323e169 100644 --- a/tests/lib/Files/ViewTest.php +++ b/tests/lib/Files/ViewTest.php @@ -1488,6 +1488,8 @@ class ViewTest extends \Test\TestCase { /** * @dataProvider pathRelativeToFilesProviderExceptionCases * @expectedException \InvalidArgumentException + * @expectedExceptionMessage $absolutePath must be relative to "files" + * @param string $path */ public function testGetPathRelativeToFilesWithInvalidArgument($path) { $view = new View(); |