File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
src/Symfony/Component/Process/Tests Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -247,9 +247,6 @@ public function testTTYCommand()
247247 $ this ->assertSame (Process::STATUS_TERMINATED , $ process ->getStatus ());
248248 }
249249
250- /**
251- * @group pty
252- */
253250 public function testPTYCommand ()
254251 {
255252 if (!Process::isPtySupported ()) {
@@ -264,9 +261,6 @@ public function testPTYCommand()
264261 $ this ->assertEquals ("foo \r\n" , $ process ->getOutput ());
265262 }
266263
267- /**
268- * @group mustRun
269- */
270264 public function testMustRun ()
271265 {
272266 $ process = $ this ->getProcess ('echo "foo" ' );
@@ -278,7 +272,6 @@ public function testMustRun()
278272
279273 /**
280274 * @expectedException Symfony\Component\Process\Exception\ProcessFailedException
281- * @group mustRun
282275 */
283276 public function testMustRunThrowsException ()
284277 {
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ public function testExitCodeCommandFailed()
4747
4848 /**
4949 * @expectedException \Symfony\Component\Process\Exception\RuntimeException
50- * @group mustRun
5150 */
5251 public function testMustRun ()
5352 {
@@ -56,7 +55,6 @@ public function testMustRun()
5655
5756 /**
5857 * @expectedException \Symfony\Component\Process\Exception\RuntimeException
59- * @group mustRun
6058 */
6159 public function testMustRunThrowsException ()
6260 {
You can’t perform that action at this time.
0 commit comments