Added testing coverage for Bookshelves

Created modified TestResponse so we can use DOM operations in new
Testcases as we move away from the BrowserKit tests.
This commit is contained in:
Dan Brown
2018-09-21 15:15:16 +01:00
parent 8ff969dd17
commit b59e5942c8
8 changed files with 595 additions and 28 deletions

View File

@ -49,6 +49,7 @@ return [
// Entities
'entity_not_found' => 'Entity not found',
'bookshelf_not_found' => 'Bookshelf not found',
'book_not_found' => 'Book not found',
'page_not_found' => 'Page not found',
'chapter_not_found' => 'Chapter not found',