ORIENT/tests/fixtures/themes/test/pages/throw-php.htm

7 lines
103 B
HTML

url = "/throw-php"
==
function onStart() {
test();
}
==
<h1>This page will throw an exception</h1>