File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function testCanNotRunNotExistantCommand()
132
132
$ this ->assertFalse ($ command ->execute ());
133
133
$ this ->assertFalse ($ command ->getExecuted ());
134
134
$ this ->assertNotEmpty ($ command ->getError ());
135
- $ this ->assertEmpty ($ command ->getStdErr ());
135
+ $ this ->assertNotEmpty ($ command ->getStdErr ());
136
136
$ this ->assertEmpty ($ command ->getOutput ());
137
137
$ this ->assertEquals (127 , $ command ->getExitCode ());
138
138
}
@@ -143,7 +143,7 @@ public function testCanNotRunInvalidCommand()
143
143
$ this ->assertFalse ($ command ->execute ());
144
144
$ this ->assertFalse ($ command ->getExecuted ());
145
145
$ this ->assertNotEmpty ($ command ->getError ());
146
- $ this ->assertEmpty ($ command ->getStdErr ());
146
+ $ this ->assertNotEmpty ($ command ->getStdErr ());
147
147
$ this ->assertEmpty ($ command ->getOutput ());
148
148
$ this ->assertEquals (2 , $ command ->getExitCode ());
149
149
}
You can’t perform that action at this time.
0 commit comments