As was described #1054698: Better docs of 'base'=>'node_content' in node_example, there was a change between 6.x-7.x and we need to make the change in Simpletest. Currently it uses both.

Comments

Anonymous’s picture

Status: Active » Needs review
StatusFileSize
new552 bytes

This patch removes the deprecated module key, refer to http://drupal.org/node/224333#node_type_base for more info on the switch from 'module' to 'base'.

Anonymous’s picture

Status: Needs review » Needs work
+++ b/simpletest_example/simpletest_example.moduleundefined
@@ -16,7 +16,6 @@ function simpletest_example_node_info() {
   )

It looks like this parenthesis should be indented, and there should be a comma after it per coding standards.

Powered by Dreditor.

rfay’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

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