Skip to content
Snippets Groups Projects
Commit d4ba9cf3 authored by Morris Jobke's avatar Morris Jobke
Browse files

[files] remove realpath in test

parent bb5554de
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment