Added testing to cover next/previous navigation

For #2511
This commit is contained in:
Dan Brown
2021-05-29 12:49:10 +01:00
parent 0cfff6ab6f
commit ed6ec341df
5 changed files with 16 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ use BookStack\Exceptions\NotFoundException;
use Illuminate\Http\Request;
use Illuminate\Validation\ValidationException;
use Throwable;
use Views;
class ChapterController extends Controller
{