mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
upload file into request folder and get their thumbnails
This commit is contained in:
@@ -160,7 +160,7 @@ class DefaultRestrictionsTest extends TestCase
|
||||
|
||||
// 404 but, ok, because there is not stored temporary file in test
|
||||
$this
|
||||
->get("file/$file->name/$share->token")
|
||||
->get("file/$file->name/shared/$share->token")
|
||||
->assertStatus(404);
|
||||
}
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ class FixedBillingRestrictionsTest extends TestCase
|
||||
|
||||
// 404 but, ok, because there is not stored temporary file in test
|
||||
$this
|
||||
->get("file/$file->name/$share->token")
|
||||
->get("file/$file->name/shared/$share->token")
|
||||
->assertStatus(404);
|
||||
}
|
||||
|
||||
|
||||
@@ -184,7 +184,7 @@ class MeteredBillingRestrictionsTest extends TestCase
|
||||
]);
|
||||
|
||||
$this
|
||||
->get("file/$file->name/$share->token")
|
||||
->get("file/$file->name/shared/$share->token")
|
||||
->assertStatus(401);
|
||||
}
|
||||
|
||||
@@ -214,7 +214,7 @@ class MeteredBillingRestrictionsTest extends TestCase
|
||||
|
||||
// 404 but, ok, because there is not stored temporary file in test
|
||||
$this
|
||||
->get("file/$file->name/$share->token")
|
||||
->get("file/$file->name/shared/$share->token")
|
||||
->assertStatus(404);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user