mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 17:04:32 +08:00
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:
@ -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',
|
||||
|
Reference in New Issue
Block a user