mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update MWHSCreateTest.php
This commit is contained in:
parent
5b26e0c8d0
commit
96ea9713db
1 changed files with 7 additions and 1 deletions
|
@ -29,9 +29,15 @@ class MWHSCreateTest extends ActionTestCase
|
|||
'disk_space' => 1000,
|
||||
'bandwidth' => 1000,
|
||||
'default_server_application_type' => 'apache_php',
|
||||
'default_database_server_type' => 'mysql',
|
||||
'default_server_application_settings' => [
|
||||
'php_version' => '8.2',
|
||||
],
|
||||
'additional_services' => ['microweber'],
|
||||
'default_database_server_type' => 'internal',
|
||||
|
||||
])->json();
|
||||
|
||||
|
||||
$this->assertArrayHasKey('status', $callHostingPlanStoreResponse);
|
||||
$this->assertTrue($callHostingPlanStoreResponse['status'] == 'ok');
|
||||
$hostingPlanId = $callHostingPlanStoreResponse['data']['hostingPlan']['id'];
|
||||
|
|
Loading…
Reference in a new issue