mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added it_get_all_plans_for_index_page test
This commit is contained in:
11
tests/Feature/External/SubscriptionTest.php
vendored
11
tests/Feature/External/SubscriptionTest.php
vendored
@@ -472,6 +472,17 @@ class SubscriptionTest extends TestCase
|
||||
->assertStatus(200);
|
||||
}
|
||||
|
||||
/**
|
||||
* @test
|
||||
*/
|
||||
public function it_get_all_plans_for_index_page()
|
||||
{
|
||||
$response = $this->getJson('/api/pricing')
|
||||
->assertStatus(200);
|
||||
|
||||
dd(json_decode($response->content(), true));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user