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.
2 parents eca25ba + d5e8f6f commit 8110612Copy full SHA for 8110612
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