drewroberts / blog

📝 Laravel package for my opinionated style of adding blog posts to Laravel projects
MIT License
2 stars 4 forks source link

Update BlogController and PageController logic for #79 and #80 #81

Closed pdbreen closed 3 years ago

pdbreen commented 3 years ago

Also changes assertSee(...) tests to use "identity tag" that is stuffed in an HTML comment. This will allow the view content to be replaced without breaking tests so long as the identity tag is left behind.