8000 removed unneded test groups · symfony/symfony@10d4d56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10d4d56

Browse files
committed
removed unneded test groups
1 parent 51d3d62 commit 10d4d56

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/Symfony/Component/Process/Tests/AbstractProcessTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
{

src/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)
0