- ๐จ๐ฆCanada joelpittet Vancouver
I thought we could keep committing to a merged MR similar to what I have done in gitlab but apparently not.
I have merged it though here https://git.drupalcode.org/project/calendar/-/commit/a026ab7b18fea50a16c...
With some cleanup with phpcbf in this commit
https://git.drupalcode.org/project/calendar/-/commit/69f417e1c26f5bfe6f1...That closes out the need to have Tests added to the calendar module thank you @ramil g, @franceslui, for the commits and @Diego_Mow for reporting it on behalf of the "phpunit initiative"
- ๐จ๐ฆCanada joelpittet Vancouver
I will close this issue when we have
<!-- directives:[] -->- Showing Events for the Correct Day:
- On a specific day (not dealing with time at this point), create a node with a specific authored date.
- Use the "Content Authored on Calendar" template (use it directly or extend fromViewTestBase
with the view export).
- Visit the Month Calendar view page.
- Assert that the page/view/header title is correct, formatted for the year and month.
- Assert that the node is in the correct cell within the table, with the correct day in that cell.
- Showing Events for the Correct Day:
-
joelpittet โ
committed fbcec691 on 8.x-1.x
Resolve #3196394 "Add unit tests"
-
joelpittet โ
committed fbcec691 on 8.x-1.x
- ๐จ๐ฆCanada joelpittet Vancouver
joelpittet โ changed the visibility of the branch 3196394-test to hidden.
- @joelpittet opened merge request.
- First commit to issue fork.