]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/BasePathTest.php
Merge pull request #10294 from annando/http-input-data
[friendica.git] / tests / src / Util / BasePathTest.php
index ffafa5b55a69bb37d6511c3cb815eb3cf2cc9a4e..7cdf612e64aa2ce31f40aeba0408ce8362c41335 100644 (file)
@@ -68,7 +68,7 @@ class BasePathTest extends MockedTest
        public function testFailedBasePath()
        {
                $this->expectException(\Exception::class);
-               $this->expectExceptionMessageRegExp("/(.*) is not a valid basepath/");
+               $this->expectExceptionMessageMatches("/(.*) is not a valid basepath/");
                
                $basepath = new BasePath('/now23452sgfgas', []);
                $basepath->getPath();