X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FIrc%2Fextlib%2Fphergie%2FTests%2FPhergie%2FPlugin%2FHandlerTest.php;h=98c70dfceeae881439fcd5137e6a699faa845b6e;hb=HEAD;hp=9ecdd327ae4f2eb52f01cea60321c942a9845ff1;hpb=a3fea6f673392f4cfa94164899cc7b07fd65ce9c;p=quix0rs-gnu-social.git diff --git a/plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/HandlerTest.php b/plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/HandlerTest.php index 9ecdd327ae..98c70dfcee 100644 --- a/plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/HandlerTest.php +++ b/plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/HandlerTest.php @@ -493,7 +493,7 @@ class Phergie_Plugin_HandlerTest extends PHPUnit_Framework_TestCase */ public function testAddPluginThrowsExceptionWhenPluginClassNotFound() { - $path = sys_get_temp_dir() . '/Phergie/Plugin'; + $path = common_get_temp_dir() . '/Phergie/Plugin'; $this->removeDirectory(dirname($path)); mkdir($path, 0777, true); touch($path . '/TestPlugin.php');