8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf00d2 commit d5e8f6fCopy full SHA for d5e8f6f
src/Symfony/Component/Process/Tests/ProcessTest.php
@@ -901,23 +901,6 @@ public function pipesCodeProvider()
901
return $codes;
902
}
903
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
921
/**
922
* @param string $commandline
923
* @param null $cwd
0 commit comments