mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-24 19:07:20 +03:00
Upgraded to Laravel 5.4
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user