We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeedc1 commit 3fe8e36Copy full SHA for 3fe8e36
tests/BackendTest.php
@@ -101,7 +101,7 @@ public function testTarget()
101
$this->assertEquals('drush-version', key($parsed['object']));
102
// @todo --backend not currently populating 'output' for Annotated commands.
103
// $this->assertStringStartsWith(' Drush Version ', $parsed['output']);
104
- $this->assertEquals('Bootstrap to none', $parsed['log'][0]['message']);
+ $this->assertEquals('Starting bootstrap to none', $parsed['log'][0]['message']);
105
}
106
107
public function testBackendErrorStatus()
0 commit comments