Download & Extend

Port coder_format tests to HEAD

Project:Coder
Version:7.x-1.x-dev
Component:Coder Format
Category:task
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

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 ;)

AttachmentSize
coder-HEAD.tests_.patch11.96 KB

Comments

#1

Title:Port tests to HEAD (especially coder_format)» Port coder_format tests to HEAD

#2

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));

#3

nobody click here