Skip to content
Snippets Groups Projects
Commit 839034a1 authored by Alex Barth's avatar Alex Barth
Browse files

#836982 Steven Merrill: Fix Feeds.module tests do not work when run from the command line.

parent bab3b2b6
No related branches found
No related tags found
No related merge requests found
// $Id$
Feeds 6.x 1.X XXXX
------------------
- #836982 Steven Merrill: Fix Feeds.module tests do not work when run from the
command line.
Feeds 6.x 1.0 Beta 1, 2010-06-23
--------------------------------
......
......@@ -27,7 +27,7 @@ class FeedsWebTestCase extends DrupalWebTestCase {
* Absolute path to Drupal root.
*/
public function absolute() {
return dirname($GLOBALS['_SERVER']['SCRIPT_FILENAME']);
return realpath(getcwd());
}
/**
......
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