mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
it_use_user_token_in_public_api_request test
This commit is contained in:
@@ -31,8 +31,6 @@ class VisitorAccessToItemsTest extends TestCase
|
||||
*/
|
||||
public function it_download_file()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->setup->create_directories();
|
||||
|
||||
collect([true, false])
|
||||
@@ -108,8 +106,6 @@ class VisitorAccessToItemsTest extends TestCase
|
||||
*/
|
||||
public function it_get_shared_image()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->setup->create_directories();
|
||||
|
||||
collect([true, false])
|
||||
@@ -167,8 +163,6 @@ class VisitorAccessToItemsTest extends TestCase
|
||||
*/
|
||||
public function it_get_public_thumbnail()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->setup->create_directories();
|
||||
|
||||
collect([true, false])
|
||||
@@ -229,8 +223,6 @@ class VisitorAccessToItemsTest extends TestCase
|
||||
*/
|
||||
public function it_download_publicly_zipped_files()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->setup->create_directories();
|
||||
|
||||
collect([true, false])
|
||||
|
||||
Reference in New Issue
Block a user