8000 [Process] remove dead code · symfony/symfony@d5e8f6f · GitHub
[go: up one dir, main page]

Skip to content

Commit d5e8f6f

Browse files
[Process] remove dead code
1 parent bbf00d2 commit d5e8f6f

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)
0