]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b9fb655
)
Fixed bad test class name
author
Dan Brown
<redacted>
Sat, 18 Jan 2020 14:07:43 +0000
(14:07 +0000)
committer
Dan Brown
<redacted>
Sat, 18 Jan 2020 14:07:43 +0000
(14:07 +0000)
tests/Api/BooksApiTest.php
patch
|
blob
|
history
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;