Skip to content

Commit 8110612

Browse files
committed
minor #18348 [Process] remove dead code (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [Process] remove dead code | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- d5e8f6f [Process] remove dead code
2 parents eca25ba + d5e8f6f commit 8110612

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -901,23 +901,6 @@ public function pipesCodeProvider()
901901
return $codes;
902902
}
903903

904-
/**
905-
* provides default method names for simple getter/setter.
906-
*/
907-
public function methodProvider()
908-
{
909-
$defaults = array(
910-
array('CommandLine'),
911-
array('Timeout'),
912-
array('WorkingDirectory'),
913-
array('Env'),
914-
array('Stdin'),
915-
array('Options'),
916-
);
917-
918-
return $defaults;
919-
}
920-
921904
/**
922905
* @param string $commandline
923906
* @param null $cwd

0 commit comments

Comments
 (0)