Level 104
Why would anything change in the parent?
Hello, let's say when you're building nested resources (like Photos with Comments in Laravel docs) and you are about to write feature tests for hitting the endpoints of GET / POST /photos/{photo}/comments: alongside checking that the correct changes have been made to the child (Comment) in the database, would you also check that nothing has changed about the parent (Photo) in the database as well?
@gletsos you are.
Please or to participate in this conversation.