mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
- protected share authentification backend
This commit is contained in:
4
tests/Feature/External/SubscriptionTest.php
vendored
4
tests/Feature/External/SubscriptionTest.php
vendored
@@ -477,10 +477,8 @@ class SubscriptionTest extends TestCase
|
||||
*/
|
||||
public function it_get_all_plans_for_index_page()
|
||||
{
|
||||
$response = $this->getJson('/api/pricing')
|
||||
$this->getJson('/api/pricing')
|
||||
->assertStatus(200);
|
||||
|
||||
dd(json_decode($response->content(), true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user