Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Create tests for application #49

Open
3 of 32 tasks
hundrex opened this issue Mar 8, 2018 · 0 comments
Open
3 of 32 tasks

Create tests for application #49

hundrex opened this issue Mar 8, 2018 · 0 comments
Assignees
Milestone

Comments

@hundrex
Copy link
Member

hundrex commented Mar 8, 2018

List of tests to create:

  • Unit tests
    • Entities
    • Repositories
  • Functional tests
    • Controllers
      • Default
        • /
      • Account
        • /account/new on GET/POST
        • /account/{slug} on GET
        • /account/edit/{slug} on GET/POST
        • /account/{slug on DELETE
      • Content warning
        • /contentwarning/{slug} on GET
      • Security
        • /login on GET/POST
        • /firstlogin on GET
        • /logout on GET
      • Strip
        • /strip on GET
      • Administration
        • /admin/accounts on GET
        • /admin/contentwarnings on GET
        • /admin/contentwarning/{slug} on GET
        • /admin/contentwarning/new on GET/POST
        • /admin/contentwarning/{slug}/edit on GET/POST
        • /admin/contentwarning/{slug} on DELETE
        • /admin/strips on GET
        • /admin/strip/new on GET/POST
        • /admin/strip/{id} on GET
        • /admin/strip/{id}/edit on GET/POST
        • /admin/strip/{id} on DELETE
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants