This is just a first stab on the issue.

I would have committed directly, if it was working. But, obviously, SimpleTest changed a lot since those good 'ol times ;)

CommentFileSizeAuthor
coder-HEAD.tests_.patch11.96 KBsun

Comments

sun’s picture

Title: Port tests to HEAD (especially coder_format) » Port coder_format tests to HEAD
matason’s picture

Just noting a couple of very small formatting issues I noticed from a quick read through this afternoon:

In CoderTestFile.php

return $this->test . ' test in ' . htmlspecialchars(basename($this->filename));

and

drupal_add_css(drupal_get_path('module', 'coder') . '/scripts/coder_format/tests/coder-diff.css', array('preprocess' => FALSE));
sun’s picture

klausi’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Coder format is frozen and will not receive updates. Please use the phpcbf command with Coder 8.x-2.x instead. It can be used to format code for any Drupal version.