Index: tests/filefield.test =================================================================== --- tests/filefield.test (revision 2451) +++ tests/filefield.test (working copy) @@ -11,7 +11,7 @@ // Views is included here just so that it doesn't whine when CCK tries to // clear the caches. $modules = array_merge(func_get_args(), array('content', 'filefield', 'filefield_meta', 'getid3', 'mimedetect', 'token', 'views')); - call_user_func_array(array($this, 'parent::setUp'), $modules); + call_user_func_array('parent::setUp', $modules); // Create and login user $this->admin_user = $this->drupalCreateUser(array('access administration pages', 'administer site configuration', 'administer content types', 'administer nodes', 'administer files'));