Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ConcertsTable tests. | Harald Eilertsen | 2021-09-11 | 1 | -3/+65 |
| | | | | | Test that less privileged users don't see all the controls, and that no controls are rendered on the public facing pages. | ||||
* | tests: Make an actual test for ConcertsTable | Harald Eilertsen | 2021-09-11 | 1 | -5/+24 |
| | | | | | | | | | | | There's a bit of setup to make this work as it should, we need to ensure that the current user and current screen is set to proper values so that the WordPress api's `is_admin()` and `current_user_can()` work as they should. This first test just tests that all the expected forms are being rendered for the admin user accessing the table through the site admin interface. | ||||
* | Add test for ConcertsTable | Harald Eilertsen | 2021-09-05 | 1 | -0/+94 |