mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
[files] remove realpath in test
This commit is contained in:
parent
bb5554de7f
commit
d4ba9cf338
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
require_once realpath( dirname(__FILE__).'/../lib/files.php' );
|
||||
require_once dirname(__FILE__).'/../lib/files.php';
|
||||
|
||||
class Test_Ajax_Rename extends \PHPUnit_Framework_TestCase {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue