File tree 2 files changed +0
-9
lines changed
src/Symfony/Component/Process/Tests
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -247,9 +247,6 @@ public function testTTYCommand()
247
247
$ this ->assertSame (Process::STATUS_TERMINATED , $ process ->getStatus ());
248
248
}
249
249
250
- /**
251
- * @group pty
252
- */
253
250
public function testPTYCommand ()
254
251
{
255
252
if (!Process::isPtySupported ()) {
@@ -264,9 +261,6 @@ public function testPTYCommand()
264
261
$ this ->assertEquals ("foo \r\n" , $ process ->getOutput ());
265
262
}
266
263
267
- /**
268
- * @group mustRun
269
- */
270
264
public function testMustRun ()
271
265
{
272
266
$ process = $ this ->getProcess ('echo "foo" ' );
@@ -278,7 +272,6 @@ public function testMustRun()
278
272
279
273
/**
280
274
* @expectedException Symfony\Component\Process\Exception\ProcessFailedException
281
- * @group mustRun
282
275
*/
283
276
public function testMustRunThrowsException ()
284
277
{
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ public function testExitCodeCommandFailed()
47
47
48
48
/**
49
49
* @expectedException \Symfony\Component\Process\Exception\RuntimeException
50
- * @group mustRun
51
50
*/
52
51
public function testMustRun ()
53
52
{
@@ -56,7 +55,6 @@ public function testMustRun()
56
55
57
56
/**
58
57
* @expectedException \Symfony\Component\Process\Exception\RuntimeException
59
- * @group mustRun
60
58
*/
61
59
public function testMustRunThrowsException ()
62
60
{
You can’t perform that action at this time.
0 commit comments