]> BookStack Code Mirror - bookstack/blobdiff - tests/Permissions/RolesTest.php
Updated issue template and added TinyMCE autolinking
[bookstack] / tests / Permissions / RolesTest.php
index 0f6a7a150492c0c4a5845b0f4ae87f39be91766d..7f1895b916d410839938f019a484c8871d460aec 100644 (file)
@@ -583,7 +583,6 @@ class RolesTest extends TestCase
     public function test_image_delete_own_permission()
     {
         $this->giveUserPermissions($this->user, ['image-update-all']);
-//        $admin = $this->getAdmin();
         $page = \BookStack\Page::first();
         $image = factory(\BookStack\Image::class)->create(['uploaded_to' => $page->id, 'created_by' => $this->user->id, 'updated_by' => $this->user->id]);