index.html

This is the index file for smoketest files. This root directory is explicitly allowed and does not allow recursion.

Procedures

  1. Delete index.html, load page in browser. Expect: Fully formed page
  2. Run `php update.php clean`. Expect: All html pages gone
  3. Run `php update.php normal`. Expect: No updates
  4. Run `php update.php all`. Expect: All html pages generated
  5. Touch index.xhtml source file, run `php update.php normal`. Expect: index.html updated
  6. Run `php update.php clean`, then visit each active page. Expect: all pages fully formed

Files