Remove suspended & installing fields, replace with single status field
This commit is contained in:
parent
4c29be2e54
commit
a75a347d65
24 changed files with 115 additions and 59 deletions
|
@ -98,7 +98,7 @@ class StartupModificationServiceTest extends IntegrationTestCase
|
|||
$this->assertTrue($response->skip_scripts);
|
||||
// Make sure we don't revert back to a lurking bug that causes servers to get marked
|
||||
// as not installed when you modify the startup...
|
||||
$this->assertSame(1, $response->installed);
|
||||
$this->assertTrue($response->isInstalled());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue