mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
90dabbb31f
commit
8df19d1ba4
2 changed files with 2 additions and 4 deletions
|
@ -76,7 +76,7 @@
|
|||
],
|
||||
"test:coverage": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"sudo phyre-php artisan test --filter AutoInstallPanelTest --coverage -c \"phpunit-coverage.xml\""
|
||||
"sudo phyre-php artisan test --coverage -c \"phpunit-coverage.xml\""
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
|
|
|
@ -29,9 +29,7 @@ class MicroweberHostingSubscriptionCreateTest extends ActionTestCase
|
|||
'bandwidth' => 1000,
|
||||
'default_server_application_type' => 'apache_php',
|
||||
'default_database_server_type' => 'mysql',
|
||||
'additional_services' => [
|
||||
'microweber' => true
|
||||
],
|
||||
'additional_services' => ['microweber'],
|
||||
])->json();
|
||||
$this->assertArrayHasKey('status', $callHostingPlanStoreResponse);
|
||||
$this->assertTrue($callHostingPlanStoreResponse['status'] == 'ok');
|
||||
|
|
Loading…
Reference in a new issue