]>
BookStack Code Mirror - bookstack/blobdiff - tests/Entity/SearchOptionsTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed item export with deleted creator/updated
[bookstack]
/
tests
/
Entity
/
SearchOptionsTest.php
diff --git
a/tests/Entity/SearchOptionsTest.php
b/tests/Entity/SearchOptionsTest.php
index 727db553367fe647462a9c880a4c9bbb16998dc8..c9e116523ed0fdf943622fc4c6a77a7d07ceb689 100644
(file)
--- a/
tests/Entity/SearchOptionsTest.php
+++ b/
tests/Entity/SearchOptionsTest.php
@@
-1,6
+1,6
@@
<?php namespace Tests\Entity;
-use BookStack\Entities\SearchOptions;
+use BookStack\Entities\
Tools\
SearchOptions;
use Tests\TestCase;
class SearchOptionsTest extends TestCase