1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Upgraded to Laravel 5.4

This commit is contained in:
Dan Brown
2017-01-25 19:35:40 +00:00
parent 492e2f173e
commit 6669998c10
24 changed files with 877 additions and 1154 deletions

View File

@ -1,10 +1,7 @@
<?php
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class ActivityTrackingTest extends TestCase
class ActivityTrackingTest extends BrowserKitTest
{
public function test_recently_viewed_books()