-<?php namespace Tests;
+<?php namespace Tests\Entity;
use BookStack\Entities\Bookshelf;
use BookStack\Entities\Book;
use BookStack\Auth\UserRepo;
use BookStack\Entities\Repos\PageRepo;
use Carbon\Carbon;
+use Tests\BrowserKitTest;
class EntityTest extends BrowserKitTest
{