Changes between Initial Version and Version 1 of Ticket #35199, comment 3
- Timestamp:
- 12/23/2015 04:28:30 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35199, comment 3
initial v1 1 1 @boonebgorges thanks for your quick reply. 2 2 3 Let's say I have a function in my plugin that lists all post titles. If I create a test for this, naturally I will create posts using the factory before every test (each test has a different number of posts), so that:3 Let's say I have a function in my plugin that lists all post titles. If I create a test for it, naturally I will create posts using the factory before every test (each test has a different number of posts), so that: 4 4 5 5 - Test 1 will assert this output: "Post title list: Post title 1, Post title 2"