PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/data/app/view/form/empty.php

https://github.com/pmcjury/Codeception
PHP | 12 lines | 9 code | 3 blank | 0 comment | 0 complexity | a5a56df68007ca820dc769573e51549f MD5 | raw file
  1. <html>
  2. <body>
  3. <form action="/form/empty" method="POST">
  4. <input type="text" name="text" value="val">
  5. </form>
  6. <input type="text" name="empty_input" value="" id="empty_input" />
  7. <textarea name="empty_textarea" id="empty_textarea" cols="30" rows="10"></textarea>
  8. </body>
  9. </html>