index.html
This is the index file for smoketest files. This root directory is
explicitly allowed and does not allow recursion.
Procedures
- Delete index.html, load page in browser. Expect: Fully formed page
- Run `php update.php clean`. Expect: All html pages gone
- Run `php update.php normal`. Expect: No updates
- Run `php update.php all`. Expect: All html pages generated
- Touch index.xhtml source file, run `php update.php normal`. Expect: index.html updated
- Run `php update.php clean`, then visit each active page. Expect: all pages fully formed
Files