You are here

bad.info in Coder 8.2

; name, description, core is missing here.

; Non-existing file.
files[] = includes/non-existing.php
; File does not contain class/interface definition.
files[] = bad.tpl.php
; We have to mark this "module" as hidden, otherwise we get PHP notices in
; Drupal's module UI.
hidden = TRUE

File

coder_sniffer/Drupal/Test/bad/bad.info
View source
  1. ; name, description, core is missing here.
  2. ; Non-existing file.
  3. files[] = includes/non-existing.php
  4. ; File does not contain class/interface definition.
  5. files[] = bad.tpl.php
  6. ; We have to mark this "module" as hidden, otherwise we get PHP notices in
  7. ; Drupal's module UI.
  8. hidden = TRUE