On line 722, file_check_directory() is called with file_directory_path() as the first argument, but it requires a variable passed by reference. This causes exceptions on all tests run.

CommentFileSizeAuthor
drupal_web_test_case.patch1.02 KBmatt2000
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dmitrig01’s picture

Status: Needs review » Reviewed & tested by the community

+1 - eliminates an error

mfer’s picture

According to the PHP manual functions should not be passed by reference. See http://us3.php.net/language.references.pass

This fixes an error.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks! :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.