]> BookStack Code Mirror - bookstack/blobdiff - tests/ActivityTrackingTest.php
Cleaned tests up, Started LDAP tests, Created LDAP wrapper
[bookstack] / tests / ActivityTrackingTest.php
index 8a237f880d56c2504f7daa020b5bbe64461bff8e..8ee20ab6bcb76039c8d6bc4f81fa07035fb4a8c3 100644 (file)
@@ -7,7 +7,7 @@ use Illuminate\Foundation\Testing\DatabaseTransactions;
 class ActivityTrackingTest extends TestCase
 {
 
-    public function testRecentlyViewedBooks()
+    public function test_recently_viewed_books()
     {
         $books = \BookStack\Book::all()->take(10);
 
@@ -21,7 +21,7 @@ class ActivityTrackingTest extends TestCase
             ->seeInElement('#recents', $books[1]->name);
     }
 
-    public function testPopularBooks()
+    public function test_popular_books()
     {
         $books = \BookStack\Book::all()->take(10);