mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 00:50:32 +00:00
Update AHostingSubscriptionCreateTest.php
This commit is contained in:
parent
3008068b4e
commit
299f4aab8e
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ class AHostingSubscriptionCreateTest extends ActionTestCase
|
|||
sleep(3);
|
||||
}
|
||||
|
||||
if (!$installationSuccess) {
|
||||
$logContent = file_get_contents($installLogFilePath);
|
||||
$this->fail('Apache+PHP installation failed. Log: '.$logContent);
|
||||
}
|
||||
|
||||
$this->assertTrue($installationSuccess, 'Apache+PHP installation failed');
|
||||
|
||||
// Make unauthorized call
|
||||
|
|
Loading…
Reference in a new issue