]>
BookStack Code Mirror - bookstack/blobdiff - tests/Api/BooksApiTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed bad test class name
[bookstack]
/
tests
/
Api
/
BooksApiTest.php
diff --git
a/tests/Api/BooksApiTest.php
b/tests/Api/BooksApiTest.php
index f560bfffdaef1dfa6b1126157db83fd23efcaca8..813e343603a47eebf6400433a53895744fcc6315 100644
(file)
--- a/
tests/Api/BooksApiTest.php
+++ b/
tests/Api/BooksApiTest.php
@@
-2,7
+2,7
@@
use BookStack\Entities\Book;
-class
ApiAuth
Test extends TestCase
+class
BooksApi
Test extends TestCase
{
use TestsApi;