dependabot-composer 0.111.55 → 0.111.56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (907) hide show
  1. checksums.yaml +4 -4
  2. data/helpers/vendor/autoload.php +7 -0
  3. data/helpers/vendor/bin/composer +1 -0
  4. data/helpers/vendor/bin/jsonlint +1 -0
  5. data/helpers/vendor/bin/validate-json +1 -0
  6. data/helpers/vendor/composer/ClassLoader.php +445 -0
  7. data/helpers/vendor/composer/LICENSE +21 -0
  8. data/helpers/vendor/composer/autoload_classmap.php +10 -0
  9. data/helpers/vendor/composer/autoload_files.php +12 -0
  10. data/helpers/vendor/composer/autoload_namespaces.php +9 -0
  11. data/helpers/vendor/composer/autoload_psr4.php +28 -0
  12. data/helpers/vendor/composer/autoload_real.php +70 -0
  13. data/helpers/vendor/composer/autoload_static.php +144 -0
  14. data/helpers/vendor/composer/ca-bundle/LICENSE +19 -0
  15. data/helpers/vendor/composer/ca-bundle/README.md +85 -0
  16. data/helpers/vendor/composer/ca-bundle/composer.json +54 -0
  17. data/helpers/vendor/composer/ca-bundle/res/cacert.pem +3507 -0
  18. data/helpers/vendor/composer/ca-bundle/src/CaBundle.php +310 -0
  19. data/helpers/vendor/composer/composer/.editorconfig +11 -0
  20. data/helpers/vendor/composer/composer/.gitattributes +17 -0
  21. data/helpers/vendor/composer/composer/.gitignore +11 -0
  22. data/helpers/vendor/composer/composer/CHANGELOG.md +828 -0
  23. data/helpers/vendor/composer/composer/LICENSE +19 -0
  24. data/helpers/vendor/composer/composer/PORTING_INFO +39 -0
  25. data/helpers/vendor/composer/composer/README.md +62 -0
  26. data/helpers/vendor/composer/composer/bin/compile +31 -0
  27. data/helpers/vendor/composer/composer/bin/composer +62 -0
  28. data/helpers/vendor/composer/composer/composer.json +86 -0
  29. data/helpers/vendor/composer/composer/composer.lock +1800 -0
  30. data/helpers/vendor/composer/composer/doc/00-intro.md +156 -0
  31. data/helpers/vendor/composer/composer/doc/01-basic-usage.md +266 -0
  32. data/helpers/vendor/composer/composer/doc/02-libraries.md +153 -0
  33. data/helpers/vendor/composer/composer/doc/03-cli.md +941 -0
  34. data/helpers/vendor/composer/composer/doc/04-schema.md +924 -0
  35. data/helpers/vendor/composer/composer/doc/05-repositories.md +717 -0
  36. data/helpers/vendor/composer/composer/doc/06-config.md +299 -0
  37. data/helpers/vendor/composer/composer/doc/07-community.md +35 -0
  38. data/helpers/vendor/composer/composer/doc/articles/aliases.md +111 -0
  39. data/helpers/vendor/composer/composer/doc/articles/autoloader-optimization.md +111 -0
  40. data/helpers/vendor/composer/composer/doc/articles/custom-installers.md +204 -0
  41. data/helpers/vendor/composer/composer/doc/articles/handling-private-packages-with-satis.md +356 -0
  42. data/helpers/vendor/composer/composer/doc/articles/http-basic-authentication.md +59 -0
  43. data/helpers/vendor/composer/composer/doc/articles/plugins.md +290 -0
  44. data/helpers/vendor/composer/composer/doc/articles/scripts.md +357 -0
  45. data/helpers/vendor/composer/composer/doc/articles/troubleshooting.md +309 -0
  46. data/helpers/vendor/composer/composer/doc/articles/vendor-binaries.md +110 -0
  47. data/helpers/vendor/composer/composer/doc/articles/versions.md +230 -0
  48. data/helpers/vendor/composer/composer/doc/dev/DefaultPolicy.md +55 -0
  49. data/helpers/vendor/composer/composer/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md +50 -0
  50. data/helpers/vendor/composer/composer/doc/faqs/how-to-install-composer-programmatically.md +42 -0
  51. data/helpers/vendor/composer/composer/doc/faqs/how-to-install-untrusted-packages-safely.md +19 -0
  52. data/helpers/vendor/composer/composer/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md +32 -0
  53. data/helpers/vendor/composer/composer/doc/faqs/which-version-numbering-system-does-composer-itself-use.md +4 -0
  54. data/helpers/vendor/composer/composer/doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md +21 -0
  55. data/helpers/vendor/composer/composer/doc/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md +21 -0
  56. data/helpers/vendor/composer/composer/doc/faqs/why-can't-composer-load-repositories-recursively.md +35 -0
  57. data/helpers/vendor/composer/composer/doc/fixtures/fixtures.md +22 -0
  58. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-plain/packages.json +158 -0
  59. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/bar/baz$923363b3c22e73abb2e3fd891c8156dd4d0821a97fd3e428bc910833e3e46dbe.json +50 -0
  60. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/foo/bar$4baabb3303afa3e34a4d3af18fb138e5f3b79029c1f8d9ab5b477ea15776ba0a.json +77 -0
  61. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/gar/nix$5d210670cb46c8364c8e3fb449967b9bea558b971e5b082f330ae4f1d484c321.json +50 -0
  62. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/provider-active$1893a061e579543822389ecd12d791c612db0c05e22d90e9286e233cacd86ed8.json +16 -0
  63. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/qux/quux$c142d1a07ca354be46b613f59f1d601923a5a00ccc5fcce50a77ecdd461eb72d.json +22 -0
  64. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/packages.json +9 -0
  65. data/helpers/vendor/composer/composer/res/composer-repository-schema.json +110 -0
  66. data/helpers/vendor/composer/composer/res/composer-schema.json +847 -0
  67. data/helpers/vendor/composer/composer/src/Composer/Autoload/AutoloadGenerator.php +1013 -0
  68. data/helpers/vendor/composer/composer/src/Composer/Autoload/ClassLoader.php +445 -0
  69. data/helpers/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php +222 -0
  70. data/helpers/vendor/composer/composer/src/Composer/Cache.php +257 -0
  71. data/helpers/vendor/composer/composer/src/Composer/Command/AboutCommand.php +46 -0
  72. data/helpers/vendor/composer/composer/src/Composer/Command/ArchiveCommand.php +166 -0
  73. data/helpers/vendor/composer/composer/src/Composer/Command/BaseCommand.php +181 -0
  74. data/helpers/vendor/composer/composer/src/Composer/Command/BaseDependencyCommand.php +255 -0
  75. data/helpers/vendor/composer/composer/src/Composer/Command/CheckPlatformReqsCommand.php +162 -0
  76. data/helpers/vendor/composer/composer/src/Composer/Command/ClearCacheCommand.php +74 -0
  77. data/helpers/vendor/composer/composer/src/Composer/Command/ConfigCommand.php +722 -0
  78. data/helpers/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php +387 -0
  79. data/helpers/vendor/composer/composer/src/Composer/Command/DependsCommand.php +57 -0
  80. data/helpers/vendor/composer/composer/src/Composer/Command/DiagnoseCommand.php +729 -0
  81. data/helpers/vendor/composer/composer/src/Composer/Command/DumpAutoloadCommand.php +88 -0
  82. data/helpers/vendor/composer/composer/src/Composer/Command/ExecCommand.php +97 -0
  83. data/helpers/vendor/composer/composer/src/Composer/Command/GlobalCommand.php +111 -0
  84. data/helpers/vendor/composer/composer/src/Composer/Command/HomeCommand.php +168 -0
  85. data/helpers/vendor/composer/composer/src/Composer/Command/InitCommand.php +820 -0
  86. data/helpers/vendor/composer/composer/src/Composer/Command/InstallCommand.php +124 -0
  87. data/helpers/vendor/composer/composer/src/Composer/Command/LicensesCommand.php +159 -0
  88. data/helpers/vendor/composer/composer/src/Composer/Command/OutdatedCommand.php +95 -0
  89. data/helpers/vendor/composer/composer/src/Composer/Command/ProhibitsCommand.php +57 -0
  90. data/helpers/vendor/composer/composer/src/Composer/Command/RemoveCommand.php +163 -0
  91. data/helpers/vendor/composer/composer/src/Composer/Command/RequireCommand.php +267 -0
  92. data/helpers/vendor/composer/composer/src/Composer/Command/RunScriptCommand.php +142 -0
  93. data/helpers/vendor/composer/composer/src/Composer/Command/ScriptAliasCommand.php +66 -0
  94. data/helpers/vendor/composer/composer/src/Composer/Command/SearchCommand.php +83 -0
  95. data/helpers/vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php +405 -0
  96. data/helpers/vendor/composer/composer/src/Composer/Command/ShowCommand.php +1015 -0
  97. data/helpers/vendor/composer/composer/src/Composer/Command/StatusCommand.php +214 -0
  98. data/helpers/vendor/composer/composer/src/Composer/Command/SuggestsCommand.php +152 -0
  99. data/helpers/vendor/composer/composer/src/Composer/Command/UpdateCommand.php +228 -0
  100. data/helpers/vendor/composer/composer/src/Composer/Command/ValidateCommand.php +172 -0
  101. data/helpers/vendor/composer/composer/src/Composer/Compiler.php +284 -0
  102. data/helpers/vendor/composer/composer/src/Composer/Composer.php +283 -0
  103. data/helpers/vendor/composer/composer/src/Composer/Config.php +479 -0
  104. data/helpers/vendor/composer/composer/src/Composer/Config/ConfigSourceInterface.php +91 -0
  105. data/helpers/vendor/composer/composer/src/Composer/Config/JsonConfigSource.php +271 -0
  106. data/helpers/vendor/composer/composer/src/Composer/Console/Application.php +494 -0
  107. data/helpers/vendor/composer/composer/src/Composer/Console/HtmlOutputFormatter.php +90 -0
  108. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Decisions.php +211 -0
  109. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/DefaultPolicy.php +285 -0
  110. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/GenericRule.php +91 -0
  111. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/InstallOperation.php +66 -0
  112. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/MarkAliasInstalledOperation.php +67 -0
  113. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/MarkAliasUninstalledOperation.php +67 -0
  114. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/OperationInterface.php +42 -0
  115. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/SolverOperation.php +50 -0
  116. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/UninstallOperation.php +66 -0
  117. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/UpdateOperation.php +80 -0
  118. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/PolicyInterface.php +27 -0
  119. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Pool.php +378 -0
  120. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Problem.php +257 -0
  121. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Request.php +78 -0
  122. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Rule.php +268 -0
  123. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Rule2Literals.php +113 -0
  124. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSet.php +176 -0
  125. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSetGenerator.php +376 -0
  126. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSetIterator.php +94 -0
  127. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchChain.php +52 -0
  128. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchGraph.php +144 -0
  129. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchNode.php +113 -0
  130. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Solver.php +874 -0
  131. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/SolverBugException.php +27 -0
  132. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/SolverProblemsException.php +88 -0
  133. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Transaction.php +244 -0
  134. data/helpers/vendor/composer/composer/src/Composer/Downloader/ArchiveDownloader.php +135 -0
  135. data/helpers/vendor/composer/composer/src/Composer/Downloader/ChangeReportInterface.php +32 -0
  136. data/helpers/vendor/composer/composer/src/Composer/Downloader/DownloadManager.php +325 -0
  137. data/helpers/vendor/composer/composer/src/Composer/Downloader/DownloaderInterface.php +64 -0
  138. data/helpers/vendor/composer/composer/src/Composer/Downloader/DvcsDownloaderInterface.php +32 -0
  139. data/helpers/vendor/composer/composer/src/Composer/Downloader/FileDownloader.php +322 -0
  140. data/helpers/vendor/composer/composer/src/Composer/Downloader/FilesystemException.php +26 -0
  141. data/helpers/vendor/composer/composer/src/Composer/Downloader/FossilDownloader.php +116 -0
  142. data/helpers/vendor/composer/composer/src/Composer/Downloader/GitDownloader.php +517 -0
  143. data/helpers/vendor/composer/composer/src/Composer/Downloader/GzipDownloader.php +84 -0
  144. data/helpers/vendor/composer/composer/src/Composer/Downloader/HgDownloader.php +100 -0
  145. data/helpers/vendor/composer/composer/src/Composer/Downloader/PathDownloader.php +224 -0
  146. data/helpers/vendor/composer/composer/src/Composer/Downloader/PearPackageExtractor.php +266 -0
  147. data/helpers/vendor/composer/composer/src/Composer/Downloader/PerforceDownloader.php +112 -0
  148. data/helpers/vendor/composer/composer/src/Composer/Downloader/PharDownloader.php +36 -0
  149. data/helpers/vendor/composer/composer/src/Composer/Downloader/RarDownloader.php +91 -0
  150. data/helpers/vendor/composer/composer/src/Composer/Downloader/SvnDownloader.php +225 -0
  151. data/helpers/vendor/composer/composer/src/Composer/Downloader/TarDownloader.php +31 -0
  152. data/helpers/vendor/composer/composer/src/Composer/Downloader/TransportException.php +53 -0
  153. data/helpers/vendor/composer/composer/src/Composer/Downloader/VcsCapableDownloaderInterface.php +32 -0
  154. data/helpers/vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php +293 -0
  155. data/helpers/vendor/composer/composer/src/Composer/Downloader/XzDownloader.php +60 -0
  156. data/helpers/vendor/composer/composer/src/Composer/Downloader/ZipDownloader.php +230 -0
  157. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/Event.php +103 -0
  158. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/EventDispatcher.php +544 -0
  159. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php +48 -0
  160. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/ScriptExecutionException.php +20 -0
  161. data/helpers/vendor/composer/composer/src/Composer/Exception/NoSslException.php +20 -0
  162. data/helpers/vendor/composer/composer/src/Composer/Factory.php +653 -0
  163. data/helpers/vendor/composer/composer/src/Composer/IO/BaseIO.php +263 -0
  164. data/helpers/vendor/composer/composer/src/Composer/IO/BufferIO.php +86 -0
  165. data/helpers/vendor/composer/composer/src/Composer/IO/ConsoleIO.php +322 -0
  166. data/helpers/vendor/composer/composer/src/Composer/IO/IOInterface.php +207 -0
  167. data/helpers/vendor/composer/composer/src/Composer/IO/NullIO.php +129 -0
  168. data/helpers/vendor/composer/composer/src/Composer/Installer.php +1803 -0
  169. data/helpers/vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php +214 -0
  170. data/helpers/vendor/composer/composer/src/Composer/Installer/BinaryPresenceInterface.php +30 -0
  171. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallationManager.php +326 -0
  172. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerEvent.php +161 -0
  173. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerEvents.php +43 -0
  174. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerInterface.php +79 -0
  175. data/helpers/vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php +232 -0
  176. data/helpers/vendor/composer/composer/src/Composer/Installer/MetapackageInstaller.php +100 -0
  177. data/helpers/vendor/composer/composer/src/Composer/Installer/NoopInstaller.php +88 -0
  178. data/helpers/vendor/composer/composer/src/Composer/Installer/PackageEvent.php +65 -0
  179. data/helpers/vendor/composer/composer/src/Composer/Installer/PackageEvents.php +75 -0
  180. data/helpers/vendor/composer/composer/src/Composer/Installer/PearBinaryInstaller.php +144 -0
  181. data/helpers/vendor/composer/composer/src/Composer/Installer/PearInstaller.php +84 -0
  182. data/helpers/vendor/composer/composer/src/Composer/Installer/PluginInstaller.php +84 -0
  183. data/helpers/vendor/composer/composer/src/Composer/Installer/ProjectInstaller.php +99 -0
  184. data/helpers/vendor/composer/composer/src/Composer/Installer/SuggestedPackagesReporter.php +151 -0
  185. data/helpers/vendor/composer/composer/src/Composer/Json/JsonFile.php +306 -0
  186. data/helpers/vendor/composer/composer/src/Composer/Json/JsonFormatter.php +134 -0
  187. data/helpers/vendor/composer/composer/src/Composer/Json/JsonManipulator.php +522 -0
  188. data/helpers/vendor/composer/composer/src/Composer/Json/JsonValidationException.php +34 -0
  189. data/helpers/vendor/composer/composer/src/Composer/Package/AliasPackage.php +414 -0
  190. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFilter.php +44 -0
  191. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFinder.php +105 -0
  192. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchiveManager.php +183 -0
  193. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchiverInterface.php +43 -0
  194. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/BaseExcludeFilter.php +148 -0
  195. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ComposerExcludeFilter.php +31 -0
  196. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/GitExcludeFilter.php +79 -0
  197. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/HgExcludeFilter.php +107 -0
  198. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/PharArchiver.php +97 -0
  199. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ZipArchiver.php +74 -0
  200. data/helpers/vendor/composer/composer/src/Composer/Package/BasePackage.php +251 -0
  201. data/helpers/vendor/composer/composer/src/Composer/Package/Comparer/Comparer.php +129 -0
  202. data/helpers/vendor/composer/composer/src/Composer/Package/CompletePackage.php +199 -0
  203. data/helpers/vendor/composer/composer/src/Composer/Package/CompletePackageInterface.php +95 -0
  204. data/helpers/vendor/composer/composer/src/Composer/Package/Dumper/ArrayDumper.php +151 -0
  205. data/helpers/vendor/composer/composer/src/Composer/Package/Link.php +128 -0
  206. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/EmptyConstraint.php +24 -0
  207. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/LinkConstraintInterface.php +24 -0
  208. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/MultiConstraint.php +24 -0
  209. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/SpecificConstraint.php +24 -0
  210. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/VersionConstraint.php +24 -0
  211. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/ArrayLoader.php +290 -0
  212. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/InvalidPackageException.php +46 -0
  213. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/JsonLoader.php +45 -0
  214. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/LoaderInterface.php +30 -0
  215. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/RootPackageLoader.php +264 -0
  216. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/ValidatingArrayLoader.php +499 -0
  217. data/helpers/vendor/composer/composer/src/Composer/Package/Locker.php +438 -0
  218. data/helpers/vendor/composer/composer/src/Composer/Package/Package.php +612 -0
  219. data/helpers/vendor/composer/composer/src/Composer/Package/PackageInterface.php +389 -0
  220. data/helpers/vendor/composer/composer/src/Composer/Package/RootAliasPackage.php +173 -0
  221. data/helpers/vendor/composer/composer/src/Composer/Package/RootPackage.php +136 -0
  222. data/helpers/vendor/composer/composer/src/Composer/Package/RootPackageInterface.php +142 -0
  223. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionGuesser.php +302 -0
  224. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionParser.php +81 -0
  225. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionSelector.php +176 -0
  226. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capability/Capability.php +23 -0
  227. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capability/CommandProvider.php +33 -0
  228. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capable.php +43 -0
  229. data/helpers/vendor/composer/composer/src/Composer/Plugin/CommandEvent.php +88 -0
  230. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginEvents.php +61 -0
  231. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginInterface.php +39 -0
  232. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginManager.php +406 -0
  233. data/helpers/vendor/composer/composer/src/Composer/Plugin/PreCommandRunEvent.php +68 -0
  234. data/helpers/vendor/composer/composer/src/Composer/Plugin/PreFileDownloadEvent.php +78 -0
  235. data/helpers/vendor/composer/composer/src/Composer/Question/StrictConfirmationQuestion.php +94 -0
  236. data/helpers/vendor/composer/composer/src/Composer/Repository/ArrayRepository.php +208 -0
  237. data/helpers/vendor/composer/composer/src/Composer/Repository/ArtifactRepository.php +107 -0
  238. data/helpers/vendor/composer/composer/src/Composer/Repository/BaseRepository.php +157 -0
  239. data/helpers/vendor/composer/composer/src/Composer/Repository/ComposerRepository.php +833 -0
  240. data/helpers/vendor/composer/composer/src/Composer/Repository/CompositeRepository.php +164 -0
  241. data/helpers/vendor/composer/composer/src/Composer/Repository/ConfigurableRepositoryInterface.php +23 -0
  242. data/helpers/vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php +97 -0
  243. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledArrayRepository.php +24 -0
  244. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledFilesystemRepository.php +22 -0
  245. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledRepositoryInterface.php +24 -0
  246. data/helpers/vendor/composer/composer/src/Composer/Repository/InvalidRepositoryException.php +22 -0
  247. data/helpers/vendor/composer/composer/src/Composer/Repository/PackageRepository.php +61 -0
  248. data/helpers/vendor/composer/composer/src/Composer/Repository/PathRepository.php +190 -0
  249. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/BaseChannelReader.php +82 -0
  250. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelInfo.php +67 -0
  251. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelReader.php +101 -0
  252. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest10Reader.php +164 -0
  253. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest11Reader.php +139 -0
  254. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/DependencyConstraint.php +60 -0
  255. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/DependencyInfo.php +50 -0
  256. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/PackageDependencyParser.php +317 -0
  257. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/PackageInfo.php +94 -0
  258. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ReleaseInfo.php +50 -0
  259. data/helpers/vendor/composer/composer/src/Composer/Repository/PearRepository.php +198 -0
  260. data/helpers/vendor/composer/composer/src/Composer/Repository/PlatformRepository.php +342 -0
  261. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryFactory.php +169 -0
  262. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryInterface.php +74 -0
  263. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryManager.php +177 -0
  264. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositorySecurityException.php +22 -0
  265. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/BitbucketDriver.php +452 -0
  266. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/FossilDriver.php +243 -0
  267. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitBitbucketDriver.php +91 -0
  268. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php +226 -0
  269. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php +476 -0
  270. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitLabDriver.php +518 -0
  271. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/HgBitbucketDriver.php +91 -0
  272. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/HgDriver.php +236 -0
  273. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/PerforceDriver.php +186 -0
  274. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/SvnDriver.php +397 -0
  275. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriver.php +175 -0
  276. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriverInterface.php +117 -0
  277. data/helpers/vendor/composer/composer/src/Composer/Repository/VcsRepository.php +410 -0
  278. data/helpers/vendor/composer/composer/src/Composer/Repository/VersionCacheInterface.php +23 -0
  279. data/helpers/vendor/composer/composer/src/Composer/Repository/WritableArrayRepository.php +66 -0
  280. data/helpers/vendor/composer/composer/src/Composer/Repository/WritableRepositoryInterface.php +54 -0
  281. data/helpers/vendor/composer/composer/src/Composer/Script/CommandEvent.php +22 -0
  282. data/helpers/vendor/composer/composer/src/Composer/Script/Event.php +133 -0
  283. data/helpers/vendor/composer/composer/src/Composer/Script/PackageEvent.php +24 -0
  284. data/helpers/vendor/composer/composer/src/Composer/Script/ScriptEvents.php +193 -0
  285. data/helpers/vendor/composer/composer/src/Composer/SelfUpdate/Keys.php +36 -0
  286. data/helpers/vendor/composer/composer/src/Composer/SelfUpdate/Versions.php +75 -0
  287. data/helpers/vendor/composer/composer/src/Composer/Util/AuthHelper.php +63 -0
  288. data/helpers/vendor/composer/composer/src/Composer/Util/Bitbucket.php +245 -0
  289. data/helpers/vendor/composer/composer/src/Composer/Util/ComposerMirror.php +57 -0
  290. data/helpers/vendor/composer/composer/src/Composer/Util/ConfigValidator.php +191 -0
  291. data/helpers/vendor/composer/composer/src/Composer/Util/ErrorHandler.php +82 -0
  292. data/helpers/vendor/composer/composer/src/Composer/Util/Filesystem.php +715 -0
  293. data/helpers/vendor/composer/composer/src/Composer/Util/Git.php +374 -0
  294. data/helpers/vendor/composer/composer/src/Composer/Util/GitHub.php +180 -0
  295. data/helpers/vendor/composer/composer/src/Composer/Util/GitLab.php +172 -0
  296. data/helpers/vendor/composer/composer/src/Composer/Util/Hg.php +94 -0
  297. data/helpers/vendor/composer/composer/src/Composer/Util/IniHelper.php +64 -0
  298. data/helpers/vendor/composer/composer/src/Composer/Util/NoProxyPattern.php +147 -0
  299. data/helpers/vendor/composer/composer/src/Composer/Util/PackageSorter.php +92 -0
  300. data/helpers/vendor/composer/composer/src/Composer/Util/Perforce.php +579 -0
  301. data/helpers/vendor/composer/composer/src/Composer/Util/Platform.php +92 -0
  302. data/helpers/vendor/composer/composer/src/Composer/Util/ProcessExecutor.php +193 -0
  303. data/helpers/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php +1126 -0
  304. data/helpers/vendor/composer/composer/src/Composer/Util/Silencer.php +78 -0
  305. data/helpers/vendor/composer/composer/src/Composer/Util/SpdxLicense.php +24 -0
  306. data/helpers/vendor/composer/composer/src/Composer/Util/StreamContextFactory.php +177 -0
  307. data/helpers/vendor/composer/composer/src/Composer/Util/Svn.php +381 -0
  308. data/helpers/vendor/composer/composer/src/Composer/Util/TlsHelper.php +202 -0
  309. data/helpers/vendor/composer/composer/src/Composer/Util/Url.php +55 -0
  310. data/helpers/vendor/composer/composer/src/Composer/Util/Zip.php +108 -0
  311. data/helpers/vendor/composer/composer/src/Composer/XdebugHandler.php +31 -0
  312. data/helpers/vendor/composer/composer/src/bootstrap.php +24 -0
  313. data/helpers/vendor/composer/installed.json +1051 -0
  314. data/helpers/vendor/composer/semver/CHANGELOG.md +72 -0
  315. data/helpers/vendor/composer/semver/LICENSE +19 -0
  316. data/helpers/vendor/composer/semver/README.md +70 -0
  317. data/helpers/vendor/composer/semver/composer.json +58 -0
  318. data/helpers/vendor/composer/semver/src/Comparator.php +111 -0
  319. data/helpers/vendor/composer/semver/src/Constraint/AbstractConstraint.php +63 -0
  320. data/helpers/vendor/composer/semver/src/Constraint/Constraint.php +219 -0
  321. data/helpers/vendor/composer/semver/src/Constraint/ConstraintInterface.php +32 -0
  322. data/helpers/vendor/composer/semver/src/Constraint/EmptyConstraint.php +59 -0
  323. data/helpers/vendor/composer/semver/src/Constraint/MultiConstraint.php +120 -0
  324. data/helpers/vendor/composer/semver/src/Semver.php +127 -0
  325. data/helpers/vendor/composer/semver/src/VersionParser.php +540 -0
  326. data/helpers/vendor/composer/spdx-licenses/.php_cs.dist +59 -0
  327. data/helpers/vendor/composer/spdx-licenses/CHANGELOG.md +94 -0
  328. data/helpers/vendor/composer/spdx-licenses/LICENSE +19 -0
  329. data/helpers/vendor/composer/spdx-licenses/README.md +69 -0
  330. data/helpers/vendor/composer/spdx-licenses/composer.json +56 -0
  331. data/helpers/vendor/composer/spdx-licenses/res/spdx-exceptions.json +110 -0
  332. data/helpers/vendor/composer/spdx-licenses/res/spdx-licenses.json +1982 -0
  333. data/helpers/vendor/composer/spdx-licenses/src/SpdxLicenses.php +343 -0
  334. data/helpers/vendor/composer/xdebug-handler/CHANGELOG.md +59 -0
  335. data/helpers/vendor/composer/xdebug-handler/LICENSE +21 -0
  336. data/helpers/vendor/composer/xdebug-handler/README.md +288 -0
  337. data/helpers/vendor/composer/xdebug-handler/composer.json +40 -0
  338. data/helpers/vendor/composer/xdebug-handler/src/PhpConfig.php +73 -0
  339. data/helpers/vendor/composer/xdebug-handler/src/Process.php +170 -0
  340. data/helpers/vendor/composer/xdebug-handler/src/Status.php +163 -0
  341. data/helpers/vendor/composer/xdebug-handler/src/XdebugHandler.php +565 -0
  342. data/helpers/vendor/justinrainbow/json-schema/.gitattributes +5 -0
  343. data/helpers/vendor/justinrainbow/json-schema/.php_cs.dist +30 -0
  344. data/helpers/vendor/justinrainbow/json-schema/LICENSE +21 -0
  345. data/helpers/vendor/justinrainbow/json-schema/README.md +206 -0
  346. data/helpers/vendor/justinrainbow/json-schema/bin/validate-json +251 -0
  347. data/helpers/vendor/justinrainbow/json-schema/composer.json +76 -0
  348. data/helpers/vendor/justinrainbow/json-schema/demo/README.md +14 -0
  349. data/helpers/vendor/justinrainbow/json-schema/demo/data.json +3 -0
  350. data/helpers/vendor/justinrainbow/json-schema/demo/demo.php +18 -0
  351. data/helpers/vendor/justinrainbow/json-schema/demo/schema.json +3 -0
  352. data/helpers/vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-03.json +174 -0
  353. data/helpers/vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-04.json +150 -0
  354. data/helpers/vendor/justinrainbow/json-schema/phpunit.xml.dist +26 -0
  355. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php +148 -0
  356. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php +121 -0
  357. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php +213 -0
  358. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php +65 -0
  359. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php +54 -0
  360. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php +220 -0
  361. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php +214 -0
  362. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php +81 -0
  363. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php +192 -0
  364. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php +94 -0
  365. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php +60 -0
  366. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php +68 -0
  367. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php +40 -0
  368. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php +18 -0
  369. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php +261 -0
  370. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php +413 -0
  371. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php +161 -0
  372. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php +7 -0
  373. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php +17 -0
  374. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php +17 -0
  375. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php +17 -0
  376. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php +17 -0
  377. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php +17 -0
  378. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php +40 -0
  379. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php +17 -0
  380. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php +17 -0
  381. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php +19 -0
  382. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php +17 -0
  383. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php +14 -0
  384. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php +149 -0
  385. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php +30 -0
  386. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php +169 -0
  387. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php +41 -0
  388. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php +34 -0
  389. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php +83 -0
  390. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php +93 -0
  391. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php +56 -0
  392. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php +36 -0
  393. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php +175 -0
  394. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php +349 -0
  395. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php +26 -0
  396. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php +26 -0
  397. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php +90 -0
  398. data/helpers/vendor/psr/container/.gitignore +3 -0
  399. data/helpers/vendor/psr/container/LICENSE +21 -0
  400. data/helpers/vendor/psr/container/README.md +5 -0
  401. data/helpers/vendor/psr/container/composer.json +27 -0
  402. data/helpers/vendor/psr/container/src/ContainerExceptionInterface.php +13 -0
  403. data/helpers/vendor/psr/container/src/ContainerInterface.php +37 -0
  404. data/helpers/vendor/psr/container/src/NotFoundExceptionInterface.php +13 -0
  405. data/helpers/vendor/psr/log/.gitignore +1 -0
  406. data/helpers/vendor/psr/log/LICENSE +19 -0
  407. data/helpers/vendor/psr/log/Psr/Log/AbstractLogger.php +128 -0
  408. data/helpers/vendor/psr/log/Psr/Log/InvalidArgumentException.php +7 -0
  409. data/helpers/vendor/psr/log/Psr/Log/LogLevel.php +18 -0
  410. data/helpers/vendor/psr/log/Psr/Log/LoggerAwareInterface.php +18 -0
  411. data/helpers/vendor/psr/log/Psr/Log/LoggerAwareTrait.php +26 -0
  412. data/helpers/vendor/psr/log/Psr/Log/LoggerInterface.php +123 -0
  413. data/helpers/vendor/psr/log/Psr/Log/LoggerTrait.php +140 -0
  414. data/helpers/vendor/psr/log/Psr/Log/NullLogger.php +28 -0
  415. data/helpers/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +144 -0
  416. data/helpers/vendor/psr/log/Psr/Log/Test/TestLogger.php +146 -0
  417. data/helpers/vendor/psr/log/README.md +52 -0
  418. data/helpers/vendor/psr/log/composer.json +26 -0
  419. data/helpers/vendor/seld/jsonlint/.gitignore +3 -0
  420. data/helpers/vendor/seld/jsonlint/.travis.yml +25 -0
  421. data/helpers/vendor/seld/jsonlint/CHANGELOG.md +66 -0
  422. data/helpers/vendor/seld/jsonlint/LICENSE +19 -0
  423. data/helpers/vendor/seld/jsonlint/README.md +89 -0
  424. data/helpers/vendor/seld/jsonlint/bin/jsonlint +117 -0
  425. data/helpers/vendor/seld/jsonlint/composer.json +24 -0
  426. data/helpers/vendor/seld/jsonlint/phpunit.xml.dist +25 -0
  427. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/DuplicateKeyException.php +26 -0
  428. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php +502 -0
  429. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/Lexer.php +217 -0
  430. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/ParsingException.php +28 -0
  431. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/Undefined.php +16 -0
  432. data/helpers/vendor/seld/jsonlint/tests/JsonParserTest.php +230 -0
  433. data/helpers/vendor/seld/jsonlint/tests/bom.json +6 -0
  434. data/helpers/vendor/seld/jsonlint/tests/bootstrap.php +13 -0
  435. data/helpers/vendor/seld/phar-utils/.gitignore +1 -0
  436. data/helpers/vendor/seld/phar-utils/LICENSE +19 -0
  437. data/helpers/vendor/seld/phar-utils/README.md +39 -0
  438. data/helpers/vendor/seld/phar-utils/composer.json +26 -0
  439. data/helpers/vendor/seld/phar-utils/composer.lock +19 -0
  440. data/helpers/vendor/seld/phar-utils/src/Timestamps.php +192 -0
  441. data/helpers/vendor/symfony/console/.gitignore +3 -0
  442. data/helpers/vendor/symfony/console/Application.php +1194 -0
  443. data/helpers/vendor/symfony/console/CHANGELOG.md +148 -0
  444. data/helpers/vendor/symfony/console/Command/Command.php +654 -0
  445. data/helpers/vendor/symfony/console/Command/HelpCommand.php +81 -0
  446. data/helpers/vendor/symfony/console/Command/ListCommand.php +90 -0
  447. data/helpers/vendor/symfony/console/Command/LockableTrait.php +71 -0
  448. data/helpers/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php +46 -0
  449. data/helpers/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php +64 -0
  450. data/helpers/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php +62 -0
  451. data/helpers/vendor/symfony/console/ConsoleEvents.php +47 -0
  452. data/helpers/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php +98 -0
  453. data/helpers/vendor/symfony/console/Descriptor/ApplicationDescription.php +144 -0
  454. data/helpers/vendor/symfony/console/Descriptor/Descriptor.php +107 -0
  455. data/helpers/vendor/symfony/console/Descriptor/DescriptorInterface.php +31 -0
  456. data/helpers/vendor/symfony/console/Descriptor/JsonDescriptor.php +170 -0
  457. data/helpers/vendor/symfony/console/Descriptor/MarkdownDescriptor.php +182 -0
  458. data/helpers/vendor/symfony/console/Descriptor/TextDescriptor.php +342 -0
  459. data/helpers/vendor/symfony/console/Descriptor/XmlDescriptor.php +245 -0
  460. data/helpers/vendor/symfony/console/Event/ConsoleCommandEvent.php +60 -0
  461. data/helpers/vendor/symfony/console/Event/ConsoleErrorEvent.php +58 -0
  462. data/helpers/vendor/symfony/console/Event/ConsoleEvent.php +67 -0
  463. data/helpers/vendor/symfony/console/Event/ConsoleTerminateEvent.php +53 -0
  464. data/helpers/vendor/symfony/console/EventListener/ErrorListener.php +91 -0
  465. data/helpers/vendor/symfony/console/Exception/CommandNotFoundException.php +43 -0
  466. data/helpers/vendor/symfony/console/Exception/ExceptionInterface.php +21 -0
  467. data/helpers/vendor/symfony/console/Exception/InvalidArgumentException.php +19 -0
  468. data/helpers/vendor/symfony/console/Exception/InvalidOptionException.php +21 -0
  469. data/helpers/vendor/symfony/console/Exception/LogicException.php +19 -0
  470. data/helpers/vendor/symfony/console/Exception/NamespaceNotFoundException.php +21 -0
  471. data/helpers/vendor/symfony/console/Exception/RuntimeException.php +19 -0
  472. data/helpers/vendor/symfony/console/Formatter/OutputFormatter.php +284 -0
  473. data/helpers/vendor/symfony/console/Formatter/OutputFormatterInterface.php +71 -0
  474. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyle.php +197 -0
  475. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +62 -0
  476. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php +110 -0
  477. data/helpers/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php +25 -0
  478. data/helpers/vendor/symfony/console/Helper/DebugFormatterHelper.php +127 -0
  479. data/helpers/vendor/symfony/console/Helper/DescriptorHelper.php +94 -0
  480. data/helpers/vendor/symfony/console/Helper/Dumper.php +64 -0
  481. data/helpers/vendor/symfony/console/Helper/FormatterHelper.php +106 -0
  482. data/helpers/vendor/symfony/console/Helper/Helper.php +138 -0
  483. data/helpers/vendor/symfony/console/Helper/HelperInterface.php +39 -0
  484. data/helpers/vendor/symfony/console/Helper/HelperSet.php +108 -0
  485. data/helpers/vendor/symfony/console/Helper/InputAwareHelper.php +33 -0
  486. data/helpers/vendor/symfony/console/Helper/ProcessHelper.php +156 -0
  487. data/helpers/vendor/symfony/console/Helper/ProgressBar.php +545 -0
  488. data/helpers/vendor/symfony/console/Helper/ProgressIndicator.php +269 -0
  489. data/helpers/vendor/symfony/console/Helper/QuestionHelper.php +479 -0
  490. data/helpers/vendor/symfony/console/Helper/SymfonyQuestionHelper.php +96 -0
  491. data/helpers/vendor/symfony/console/Helper/Table.php +813 -0
  492. data/helpers/vendor/symfony/console/Helper/TableCell.php +68 -0
  493. data/helpers/vendor/symfony/console/Helper/TableRows.php +32 -0
  494. data/helpers/vendor/symfony/console/Helper/TableSeparator.php +25 -0
  495. data/helpers/vendor/symfony/console/Helper/TableStyle.php +458 -0
  496. data/helpers/vendor/symfony/console/Input/ArgvInput.php +365 -0
  497. data/helpers/vendor/symfony/console/Input/ArrayInput.php +206 -0
  498. data/helpers/vendor/symfony/console/Input/Input.php +203 -0
  499. data/helpers/vendor/symfony/console/Input/InputArgument.php +129 -0
  500. data/helpers/vendor/symfony/console/Input/InputAwareInterface.php +26 -0
  501. data/helpers/vendor/symfony/console/Input/InputDefinition.php +404 -0
  502. data/helpers/vendor/symfony/console/Input/InputInterface.php +163 -0
  503. data/helpers/vendor/symfony/console/Input/InputOption.php +208 -0
  504. data/helpers/vendor/symfony/console/Input/StreamableInputInterface.php +37 -0
  505. data/helpers/vendor/symfony/console/Input/StringInput.php +72 -0
  506. data/helpers/vendor/symfony/console/LICENSE +19 -0
  507. data/helpers/vendor/symfony/console/Logger/ConsoleLogger.php +124 -0
  508. data/helpers/vendor/symfony/console/Output/BufferedOutput.php +45 -0
  509. data/helpers/vendor/symfony/console/Output/ConsoleOutput.php +161 -0
  510. data/helpers/vendor/symfony/console/Output/ConsoleOutputInterface.php +32 -0
  511. data/helpers/vendor/symfony/console/Output/ConsoleSectionOutput.php +141 -0
  512. data/helpers/vendor/symfony/console/Output/NullOutput.php +123 -0
  513. data/helpers/vendor/symfony/console/Output/Output.php +177 -0
  514. data/helpers/vendor/symfony/console/Output/OutputInterface.php +114 -0
  515. data/helpers/vendor/symfony/console/Output/StreamOutput.php +124 -0
  516. data/helpers/vendor/symfony/console/Question/ChoiceQuestion.php +182 -0
  517. data/helpers/vendor/symfony/console/Question/ConfirmationQuestion.php +59 -0
  518. data/helpers/vendor/symfony/console/Question/Question.php +277 -0
  519. data/helpers/vendor/symfony/console/README.md +20 -0
  520. data/helpers/vendor/symfony/console/Resources/bin/hiddeninput.exe +0 -0
  521. data/helpers/vendor/symfony/console/Style/OutputStyle.php +155 -0
  522. data/helpers/vendor/symfony/console/Style/StyleInterface.php +154 -0
  523. data/helpers/vendor/symfony/console/Style/SymfonyStyle.php +438 -0
  524. data/helpers/vendor/symfony/console/Terminal.php +137 -0
  525. data/helpers/vendor/symfony/console/Tester/ApplicationTester.php +77 -0
  526. data/helpers/vendor/symfony/console/Tester/CommandTester.php +78 -0
  527. data/helpers/vendor/symfony/console/Tester/TesterTrait.php +177 -0
  528. data/helpers/vendor/symfony/console/Tests/ApplicationTest.php +1836 -0
  529. data/helpers/vendor/symfony/console/Tests/Command/CommandTest.php +436 -0
  530. data/helpers/vendor/symfony/console/Tests/Command/HelpCommandTest.php +71 -0
  531. data/helpers/vendor/symfony/console/Tests/Command/ListCommandTest.php +113 -0
  532. data/helpers/vendor/symfony/console/Tests/Command/LockableTraitTest.php +67 -0
  533. data/helpers/vendor/symfony/console/Tests/CommandLoader/ContainerCommandLoaderTest.php +61 -0
  534. data/helpers/vendor/symfony/console/Tests/CommandLoader/FactoryCommandLoaderTest.php +60 -0
  535. data/helpers/vendor/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php +258 -0
  536. data/helpers/vendor/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php +107 -0
  537. data/helpers/vendor/symfony/console/Tests/Descriptor/JsonDescriptorTest.php +35 -0
  538. data/helpers/vendor/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php +45 -0
  539. data/helpers/vendor/symfony/console/Tests/Descriptor/ObjectsProvider.php +82 -0
  540. data/helpers/vendor/symfony/console/Tests/Descriptor/TextDescriptorTest.php +53 -0
  541. data/helpers/vendor/symfony/console/Tests/Descriptor/XmlDescriptorTest.php +27 -0
  542. data/helpers/vendor/symfony/console/Tests/EventListener/ErrorListenerTest.php +156 -0
  543. data/helpers/vendor/symfony/console/Tests/Fixtures/BarBucCommand.php +11 -0
  544. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplication1.php +18 -0
  545. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplication2.php +26 -0
  546. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php +24 -0
  547. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand1.php +27 -0
  548. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand2.php +32 -0
  549. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand3.php +27 -0
  550. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand4.php +25 -0
  551. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php +32 -0
  552. data/helpers/vendor/symfony/console/Tests/Fixtures/DummyOutput.php +36 -0
  553. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo1Command.php +26 -0
  554. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo2Command.php +21 -0
  555. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo3Command.php +29 -0
  556. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo4Command.php +11 -0
  557. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo5Command.php +10 -0
  558. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo6Command.php +11 -0
  559. data/helpers/vendor/symfony/console/Tests/Fixtures/FooCommand.php +33 -0
  560. data/helpers/vendor/symfony/console/Tests/Fixtures/FooLock2Command.php +28 -0
  561. data/helpers/vendor/symfony/console/Tests/Fixtures/FooLockCommand.php +27 -0
  562. data/helpers/vendor/symfony/console/Tests/Fixtures/FooOptCommand.php +36 -0
  563. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php +11 -0
  564. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php +11 -0
  565. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php +26 -0
  566. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php +26 -0
  567. data/helpers/vendor/symfony/console/Tests/Fixtures/FooWithoutAliasCommand.php +21 -0
  568. data/helpers/vendor/symfony/console/Tests/Fixtures/FoobarCommand.php +25 -0
  569. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php +11 -0
  570. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php +13 -0
  571. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php +17 -0
  572. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php +12 -0
  573. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php +13 -0
  574. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php +14 -0
  575. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php +17 -0
  576. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php +14 -0
  577. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php +15 -0
  578. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php +13 -0
  579. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php +16 -0
  580. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php +12 -0
  581. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php +34 -0
  582. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4_with_iterators.php +34 -0
  583. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php +37 -0
  584. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php +16 -0
  585. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php +15 -0
  586. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php +26 -0
  587. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php +11 -0
  588. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php +19 -0
  589. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt +7 -0
  590. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt +3 -0
  591. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt +9 -0
  592. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt +7 -0
  593. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt +4 -0
  594. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt +6 -0
  595. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt +7 -0
  596. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt +6 -0
  597. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt +7 -0
  598. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt +8 -0
  599. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt +7 -0
  600. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt +13 -0
  601. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt +7 -0
  602. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt +32 -0
  603. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4_with_iterators.txt +32 -0
  604. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt +18 -0
  605. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt +6 -0
  606. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt +5 -0
  607. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt +9 -0
  608. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt +5 -0
  609. data/helpers/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering.php +22 -0
  610. data/helpers/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php +21 -0
  611. data/helpers/vendor/symfony/console/Tests/Fixtures/TestCommand.php +28 -0
  612. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.json +156 -0
  613. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.md +172 -0
  614. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.txt +17 -0
  615. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.xml +104 -0
  616. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.json +509 -0
  617. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.md +431 -0
  618. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.txt +21 -0
  619. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.xml +254 -0
  620. data/helpers/vendor/symfony/console/Tests/Fixtures/application_filtered_namespace.txt +16 -0
  621. data/helpers/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt +1 -0
  622. data/helpers/vendor/symfony/console/Tests/Fixtures/application_mbstring.md +269 -0
  623. data/helpers/vendor/symfony/console/Tests/Fixtures/application_mbstring.txt +19 -0
  624. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception1.txt +5 -0
  625. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt +7 -0
  626. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception3.txt +18 -0
  627. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception3decorated.txt +18 -0
  628. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception4.txt +6 -0
  629. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt +8 -0
  630. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt +8 -0
  631. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt +9 -0
  632. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt +9 -0
  633. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt +11 -0
  634. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run1.txt +17 -0
  635. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run2.txt +29 -0
  636. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run3.txt +29 -0
  637. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run4.txt +1 -0
  638. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.json +15 -0
  639. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.md +12 -0
  640. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.txt +10 -0
  641. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.xml +12 -0
  642. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.json +33 -0
  643. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.md +29 -0
  644. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.txt +16 -0
  645. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.xml +21 -0
  646. data/helpers/vendor/symfony/console/Tests/Fixtures/command_mbstring.md +29 -0
  647. data/helpers/vendor/symfony/console/Tests/Fixtures/command_mbstring.txt +16 -0
  648. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.json +7 -0
  649. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.md +5 -0
  650. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt +1 -0
  651. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.xml +5 -0
  652. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.json +7 -0
  653. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.md +7 -0
  654. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.txt +1 -0
  655. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.xml +5 -0
  656. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.json +7 -0
  657. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.md +7 -0
  658. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.txt +1 -0
  659. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.xml +7 -0
  660. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.json +7 -0
  661. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.md +8 -0
  662. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt +2 -0
  663. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml +6 -0
  664. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json +7 -0
  665. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md +7 -0
  666. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.txt +1 -0
  667. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml +7 -0
  668. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json +7 -0
  669. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md +7 -0
  670. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.txt +1 -0
  671. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.xml +7 -0
  672. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.json +4 -0
  673. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.md +0 -0
  674. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt +0 -0
  675. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.xml +5 -0
  676. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.json +12 -0
  677. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.md +7 -0
  678. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.txt +2 -0
  679. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.xml +10 -0
  680. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.json +14 -0
  681. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.md +8 -0
  682. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.txt +2 -0
  683. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.xml +9 -0
  684. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.json +22 -0
  685. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.md +16 -0
  686. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.txt +5 -0
  687. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.xml +14 -0
  688. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.json +9 -0
  689. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.md +6 -0
  690. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.txt +1 -0
  691. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.xml +4 -0
  692. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.json +9 -0
  693. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.md +8 -0
  694. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.txt +1 -0
  695. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.xml +7 -0
  696. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.json +9 -0
  697. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.md +8 -0
  698. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.txt +1 -0
  699. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.xml +5 -0
  700. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.json +9 -0
  701. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.md +8 -0
  702. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.txt +1 -0
  703. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.xml +5 -0
  704. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.json +9 -0
  705. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.md +9 -0
  706. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.txt +2 -0
  707. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.xml +6 -0
  708. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.json +9 -0
  709. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.md +8 -0
  710. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.txt +1 -0
  711. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.xml +5 -0
  712. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json +9 -0
  713. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.md +8 -0
  714. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt +1 -0
  715. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml +7 -0
  716. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json +9 -0
  717. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.md +8 -0
  718. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt +1 -0
  719. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml +7 -0
  720. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json +12 -0
  721. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.md +8 -0
  722. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.txt +1 -0
  723. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.xml +8 -0
  724. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php +71 -0
  725. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php +115 -0
  726. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php +350 -0
  727. data/helpers/vendor/symfony/console/Tests/Helper/AbstractQuestionHelperTest.php +34 -0
  728. data/helpers/vendor/symfony/console/Tests/Helper/DumperNativeFallbackTest.php +58 -0
  729. data/helpers/vendor/symfony/console/Tests/Helper/DumperTest.php +58 -0
  730. data/helpers/vendor/symfony/console/Tests/Helper/FormatterHelperTest.php +129 -0
  731. data/helpers/vendor/symfony/console/Tests/Helper/HelperSetTest.php +127 -0
  732. data/helpers/vendor/symfony/console/Tests/Helper/HelperTest.php +55 -0
  733. data/helpers/vendor/symfony/console/Tests/Helper/ProcessHelperTest.php +133 -0
  734. data/helpers/vendor/symfony/console/Tests/Helper/ProgressBarTest.php +947 -0
  735. data/helpers/vendor/symfony/console/Tests/Helper/ProgressIndicatorTest.php +183 -0
  736. data/helpers/vendor/symfony/console/Tests/Helper/QuestionHelperTest.php +789 -0
  737. data/helpers/vendor/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php +168 -0
  738. data/helpers/vendor/symfony/console/Tests/Helper/TableStyleTest.php +28 -0
  739. data/helpers/vendor/symfony/console/Tests/Helper/TableTest.php +1199 -0
  740. data/helpers/vendor/symfony/console/Tests/Input/ArgvInputTest.php +466 -0
  741. data/helpers/vendor/symfony/console/Tests/Input/ArrayInputTest.php +177 -0
  742. data/helpers/vendor/symfony/console/Tests/Input/InputArgumentTest.php +103 -0
  743. data/helpers/vendor/symfony/console/Tests/Input/InputDefinitionTest.php +407 -0
  744. data/helpers/vendor/symfony/console/Tests/Input/InputOptionTest.php +196 -0
  745. data/helpers/vendor/symfony/console/Tests/Input/InputTest.php +149 -0
  746. data/helpers/vendor/symfony/console/Tests/Input/StringInputTest.php +87 -0
  747. data/helpers/vendor/symfony/console/Tests/Logger/ConsoleLoggerTest.php +215 -0
  748. data/helpers/vendor/symfony/console/Tests/Output/ConsoleOutputTest.php +42 -0
  749. data/helpers/vendor/symfony/console/Tests/Output/ConsoleSectionOutputTest.php +163 -0
  750. data/helpers/vendor/symfony/console/Tests/Output/NullOutputTest.php +88 -0
  751. data/helpers/vendor/symfony/console/Tests/Output/OutputTest.php +189 -0
  752. data/helpers/vendor/symfony/console/Tests/Output/StreamOutputTest.php +61 -0
  753. data/helpers/vendor/symfony/console/Tests/Question/ChoiceQuestionTest.php +64 -0
  754. data/helpers/vendor/symfony/console/Tests/Question/ConfirmationQuestionTest.php +62 -0
  755. data/helpers/vendor/symfony/console/Tests/Question/QuestionTest.php +304 -0
  756. data/helpers/vendor/symfony/console/Tests/Style/SymfonyStyleTest.php +118 -0
  757. data/helpers/vendor/symfony/console/Tests/TerminalTest.php +59 -0
  758. data/helpers/vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php +113 -0
  759. data/helpers/vendor/symfony/console/Tests/Tester/CommandTesterTest.php +235 -0
  760. data/helpers/vendor/symfony/console/composer.json +59 -0
  761. data/helpers/vendor/symfony/console/phpunit.xml.dist +41 -0
  762. data/helpers/vendor/symfony/filesystem/.gitignore +3 -0
  763. data/helpers/vendor/symfony/filesystem/CHANGELOG.md +65 -0
  764. data/helpers/vendor/symfony/filesystem/Exception/ExceptionInterface.php +21 -0
  765. data/helpers/vendor/symfony/filesystem/Exception/FileNotFoundException.php +34 -0
  766. data/helpers/vendor/symfony/filesystem/Exception/IOException.php +39 -0
  767. data/helpers/vendor/symfony/filesystem/Exception/IOExceptionInterface.php +27 -0
  768. data/helpers/vendor/symfony/filesystem/Exception/InvalidArgumentException.php +19 -0
  769. data/helpers/vendor/symfony/filesystem/Filesystem.php +768 -0
  770. data/helpers/vendor/symfony/filesystem/LICENSE +19 -0
  771. data/helpers/vendor/symfony/filesystem/README.md +13 -0
  772. data/helpers/vendor/symfony/filesystem/Tests/ExceptionTest.php +47 -0
  773. data/helpers/vendor/symfony/filesystem/Tests/FilesystemTest.php +1750 -0
  774. data/helpers/vendor/symfony/filesystem/Tests/FilesystemTestCase.php +166 -0
  775. data/helpers/vendor/symfony/filesystem/Tests/Fixtures/MockStream/MockStream.php +46 -0
  776. data/helpers/vendor/symfony/filesystem/composer.json +34 -0
  777. data/helpers/vendor/symfony/filesystem/phpunit.xml.dist +30 -0
  778. data/helpers/vendor/symfony/finder/.gitignore +3 -0
  779. data/helpers/vendor/symfony/finder/CHANGELOG.md +74 -0
  780. data/helpers/vendor/symfony/finder/Comparator/Comparator.php +98 -0
  781. data/helpers/vendor/symfony/finder/Comparator/DateComparator.php +51 -0
  782. data/helpers/vendor/symfony/finder/Comparator/NumberComparator.php +79 -0
  783. data/helpers/vendor/symfony/finder/Exception/AccessDeniedException.php +19 -0
  784. data/helpers/vendor/symfony/finder/Exception/DirectoryNotFoundException.php +19 -0
  785. data/helpers/vendor/symfony/finder/Finder.php +811 -0
  786. data/helpers/vendor/symfony/finder/Gitignore.php +107 -0
  787. data/helpers/vendor/symfony/finder/Glob.php +116 -0
  788. data/helpers/vendor/symfony/finder/Iterator/CustomFilterIterator.php +61 -0
  789. data/helpers/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php +58 -0
  790. data/helpers/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php +45 -0
  791. data/helpers/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +84 -0
  792. data/helpers/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php +53 -0
  793. data/helpers/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php +58 -0
  794. data/helpers/vendor/symfony/finder/Iterator/FilenameFilterIterator.php +47 -0
  795. data/helpers/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php +112 -0
  796. data/helpers/vendor/symfony/finder/Iterator/PathFilterIterator.php +56 -0
  797. data/helpers/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php +140 -0
  798. data/helpers/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php +57 -0
  799. data/helpers/vendor/symfony/finder/Iterator/SortableIterator.php +99 -0
  800. data/helpers/vendor/symfony/finder/LICENSE +19 -0
  801. data/helpers/vendor/symfony/finder/README.md +14 -0
  802. data/helpers/vendor/symfony/finder/SplFileInfo.php +85 -0
  803. data/helpers/vendor/symfony/finder/Tests/Comparator/ComparatorTest.php +65 -0
  804. data/helpers/vendor/symfony/finder/Tests/Comparator/DateComparatorTest.php +64 -0
  805. data/helpers/vendor/symfony/finder/Tests/Comparator/NumberComparatorTest.php +108 -0
  806. data/helpers/vendor/symfony/finder/Tests/FinderTest.php +1459 -0
  807. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/a +0 -0
  808. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/b/c.neon +0 -0
  809. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/b/d.neon +0 -0
  810. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/B/C/abc.dat +0 -0
  811. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/B/ab.dat +0 -0
  812. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/a.dat +0 -0
  813. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy +0 -0
  814. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy +0 -0
  815. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy +0 -0
  816. data/helpers/vendor/symfony/finder/Tests/Fixtures/dolor.txt +2 -0
  817. data/helpers/vendor/symfony/finder/Tests/Fixtures/ipsum.txt +2 -0
  818. data/helpers/vendor/symfony/finder/Tests/Fixtures/lorem.txt +2 -0
  819. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/.dot +1 -0
  820. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/a +0 -0
  821. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/b/c.neon +0 -0
  822. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/b/d.neon +0 -0
  823. data/helpers/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat +0 -0
  824. data/helpers/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt b/data/helpers/vendor/symfony/finder/Tests/Fixtures/with → space/foo.txt +0 -0
  825. data/helpers/vendor/symfony/finder/Tests/GitignoreTest.php +118 -0
  826. data/helpers/vendor/symfony/finder/Tests/GlobTest.php +95 -0
  827. data/helpers/vendor/symfony/finder/Tests/Iterator/CustomFilterIteratorTest.php +46 -0
  828. data/helpers/vendor/symfony/finder/Tests/Iterator/DateRangeFilterIteratorTest.php +92 -0
  829. data/helpers/vendor/symfony/finder/Tests/Iterator/DepthRangeFilterIteratorTest.php +105 -0
  830. data/helpers/vendor/symfony/finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php +110 -0
  831. data/helpers/vendor/symfony/finder/Tests/Iterator/FileTypeFilterIteratorTest.php +82 -0
  832. data/helpers/vendor/symfony/finder/Tests/Iterator/FilecontentFilterIteratorTest.php +86 -0
  833. data/helpers/vendor/symfony/finder/Tests/Iterator/FilenameFilterIteratorTest.php +54 -0
  834. data/helpers/vendor/symfony/finder/Tests/Iterator/Iterator.php +55 -0
  835. data/helpers/vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php +100 -0
  836. data/helpers/vendor/symfony/finder/Tests/Iterator/MockFileListIterator.php +21 -0
  837. data/helpers/vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php +132 -0
  838. data/helpers/vendor/symfony/finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php +71 -0
  839. data/helpers/vendor/symfony/finder/Tests/Iterator/PathFilterIteratorTest.php +82 -0
  840. data/helpers/vendor/symfony/finder/Tests/Iterator/RealIteratorTestCase.php +130 -0
  841. data/helpers/vendor/symfony/finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php +59 -0
  842. data/helpers/vendor/symfony/finder/Tests/Iterator/SizeRangeFilterIteratorTest.php +70 -0
  843. data/helpers/vendor/symfony/finder/Tests/Iterator/SortableIteratorTest.php +262 -0
  844. data/helpers/vendor/symfony/finder/composer.json +33 -0
  845. data/helpers/vendor/symfony/finder/phpunit.xml.dist +30 -0
  846. data/helpers/vendor/symfony/polyfill-ctype/Ctype.php +227 -0
  847. data/helpers/vendor/symfony/polyfill-ctype/LICENSE +19 -0
  848. data/helpers/vendor/symfony/polyfill-ctype/README.md +12 -0
  849. data/helpers/vendor/symfony/polyfill-ctype/bootstrap.php +26 -0
  850. data/helpers/vendor/symfony/polyfill-ctype/composer.json +34 -0
  851. data/helpers/vendor/symfony/polyfill-mbstring/LICENSE +19 -0
  852. data/helpers/vendor/symfony/polyfill-mbstring/Mbstring.php +800 -0
  853. data/helpers/vendor/symfony/polyfill-mbstring/README.md +13 -0
  854. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +1096 -0
  855. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +5 -0
  856. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +1104 -0
  857. data/helpers/vendor/symfony/polyfill-mbstring/bootstrap.php +58 -0
  858. data/helpers/vendor/symfony/polyfill-mbstring/composer.json +34 -0
  859. data/helpers/vendor/symfony/polyfill-php73/LICENSE +19 -0
  860. data/helpers/vendor/symfony/polyfill-php73/Php73.php +34 -0
  861. data/helpers/vendor/symfony/polyfill-php73/README.md +18 -0
  862. data/helpers/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php +14 -0
  863. data/helpers/vendor/symfony/polyfill-php73/bootstrap.php +31 -0
  864. data/helpers/vendor/symfony/polyfill-php73/composer.json +32 -0
  865. data/helpers/vendor/symfony/process/.gitignore +3 -0
  866. data/helpers/vendor/symfony/process/CHANGELOG.md +90 -0
  867. data/helpers/vendor/symfony/process/Exception/ExceptionInterface.php +21 -0
  868. data/helpers/vendor/symfony/process/Exception/InvalidArgumentException.php +21 -0
  869. data/helpers/vendor/symfony/process/Exception/LogicException.php +21 -0
  870. data/helpers/vendor/symfony/process/Exception/ProcessFailedException.php +54 -0
  871. data/helpers/vendor/symfony/process/Exception/ProcessSignaledException.php +41 -0
  872. data/helpers/vendor/symfony/process/Exception/ProcessTimedOutException.php +69 -0
  873. data/helpers/vendor/symfony/process/Exception/RuntimeException.php +21 -0
  874. data/helpers/vendor/symfony/process/ExecutableFinder.php +88 -0
  875. data/helpers/vendor/symfony/process/InputStream.php +90 -0
  876. data/helpers/vendor/symfony/process/LICENSE +19 -0
  877. data/helpers/vendor/symfony/process/PhpExecutableFinder.php +101 -0
  878. data/helpers/vendor/symfony/process/PhpProcess.php +75 -0
  879. data/helpers/vendor/symfony/process/Pipes/AbstractPipes.php +178 -0
  880. data/helpers/vendor/symfony/process/Pipes/PipesInterface.php +67 -0
  881. data/helpers/vendor/symfony/process/Pipes/UnixPipes.php +153 -0
  882. data/helpers/vendor/symfony/process/Pipes/WindowsPipes.php +191 -0
  883. data/helpers/vendor/symfony/process/Process.php +1653 -0
  884. data/helpers/vendor/symfony/process/ProcessUtils.php +69 -0
  885. data/helpers/vendor/symfony/process/README.md +13 -0
  886. data/helpers/vendor/symfony/process/Tests/ErrorProcessInitiator.php +36 -0
  887. data/helpers/vendor/symfony/process/Tests/ExecutableFinderTest.php +178 -0
  888. data/helpers/vendor/symfony/process/Tests/KillableProcessWithOutput.php +25 -0
  889. data/helpers/vendor/symfony/process/Tests/NonStopableProcess.php +47 -0
  890. data/helpers/vendor/symfony/process/Tests/PhpExecutableFinderTest.php +49 -0
  891. data/helpers/vendor/symfony/process/Tests/PhpProcessTest.php +63 -0
  892. data/helpers/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php +72 -0
  893. data/helpers/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php +137 -0
  894. data/helpers/vendor/symfony/process/Tests/ProcessTest.php +1557 -0
  895. data/helpers/vendor/symfony/process/Tests/SignalListener.php +21 -0
  896. data/helpers/vendor/symfony/process/composer.json +33 -0
  897. data/helpers/vendor/symfony/process/phpunit.xml.dist +30 -0
  898. data/helpers/vendor/symfony/service-contracts/LICENSE +19 -0
  899. data/helpers/vendor/symfony/service-contracts/README.md +9 -0
  900. data/helpers/vendor/symfony/service-contracts/ResetInterface.php +30 -0
  901. data/helpers/vendor/symfony/service-contracts/ServiceLocatorTrait.php +120 -0
  902. data/helpers/vendor/symfony/service-contracts/ServiceProviderInterface.php +36 -0
  903. data/helpers/vendor/symfony/service-contracts/ServiceSubscriberInterface.php +53 -0
  904. data/helpers/vendor/symfony/service-contracts/ServiceSubscriberTrait.php +61 -0
  905. data/helpers/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +94 -0
  906. data/helpers/vendor/symfony/service-contracts/composer.json +34 -0
  907. metadata +908 -3
@@ -0,0 +1,72 @@
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of the Symfony package.
5
+ *
6
+ * (c) Fabien Potencier <fabien@symfony.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
12
+ define('ERR_SELECT_FAILED', 1);
13
+ define('ERR_TIMEOUT', 2);
14
+ define('ERR_READ_FAILED', 3);
15
+ define('ERR_WRITE_FAILED', 4);
16
+
17
+ $read = [STDIN];
18
+ $write = [STDOUT, STDERR];
19
+
20
+ stream_set_blocking(STDIN, 0);
21
+ stream_set_blocking(STDOUT, 0);
22
+ stream_set_blocking(STDERR, 0);
23
+
24
+ $out = $err = '';
25
+ while ($read || $write) {
26
+ $r = $read;
27
+ $w = $write;
28
+ $e = null;
29
+ $n = stream_select($r, $w, $e, 5);
30
+
31
+ if (false === $n) {
32
+ die(ERR_SELECT_FAILED);
33
+ } elseif ($n < 1) {
34
+ die(ERR_TIMEOUT);
35
+ }
36
+
37
+ if (in_array(STDOUT, $w) && strlen($out) > 0) {
38
+ $written = fwrite(STDOUT, (string) $out, 32768);
39
+ if (false === $written) {
40
+ die(ERR_WRITE_FAILED);
41
+ }
42
+ $out = (string) substr($out, $written);
43
+ }
44
+ if (null === $read && '' === $out) {
45
+ $write = array_diff($write, [STDOUT]);
46
+ }
47
+
48
+ if (in_array(STDERR, $w) && strlen($err) > 0) {
49
+ $written = fwrite(STDERR, (string) $err, 32768);
50
+ if (false === $written) {
51
+ die(ERR_WRITE_FAILED);
52
+ }
53
+ $err = (string) substr($err, $written);
54
+ }
55
+ if (null === $read && '' === $err) {
56
+ $write = array_diff($write, [STDERR]);
57
+ }
58
+
59
+ if ($r) {
60
+ $str = fread(STDIN, 32768);
61
+ if (false !== $str) {
62
+ $out .= $str;
63
+ $err .= $str;
64
+ }
65
+ if (false === $str || feof(STDIN)) {
66
+ $read = null;
67
+ if (!feof(STDIN)) {
68
+ die(ERR_READ_FAILED);
69
+ }
70
+ }
71
+ }
72
+ }
@@ -0,0 +1,137 @@
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of the Symfony package.
5
+ *
6
+ * (c) Fabien Potencier <fabien@symfony.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
12
+ namespace Symfony\Component\Process\Tests;
13
+
14
+ use PHPUnit\Framework\TestCase;
15
+ use Symfony\Component\Process\Exception\ProcessFailedException;
16
+
17
+ /**
18
+ * @author Sebastian Marek <proofek@gmail.com>
19
+ */
20
+ class ProcessFailedExceptionTest extends TestCase
21
+ {
22
+ /**
23
+ * tests ProcessFailedException throws exception if the process was successful.
24
+ */
25
+ public function testProcessFailedExceptionThrowsException()
26
+ {
27
+ $process = $this->getMockBuilder('Symfony\Component\Process\Process')->setMethods(['isSuccessful'])->setConstructorArgs([['php']])->getMock();
28
+ $process->expects($this->once())
29
+ ->method('isSuccessful')
30
+ ->willReturn(true);
31
+
32
+ if (method_exists($this, 'expectException')) {
33
+ $this->expectException(\InvalidArgumentException::class);
34
+ $this->expectExceptionMessage('Expected a failed process, but the given process was successful.');
35
+ } else {
36
+ $this->setExpectedException(\InvalidArgumentException::class, 'Expected a failed process, but the given process was successful.');
37
+ }
38
+
39
+ new ProcessFailedException($process);
40
+ }
41
+
42
+ /**
43
+ * tests ProcessFailedException uses information from process output
44
+ * to generate exception message.
45
+ */
46
+ public function testProcessFailedExceptionPopulatesInformationFromProcessOutput()
47
+ {
48
+ $cmd = 'php';
49
+ $exitCode = 1;
50
+ $exitText = 'General error';
51
+ $output = 'Command output';
52
+ $errorOutput = 'FATAL: Unexpected error';
53
+ $workingDirectory = getcwd();
54
+
55
+ $process = $this->getMockBuilder('Symfony\Component\Process\Process')->setMethods(['isSuccessful', 'getOutput', 'getErrorOutput', 'getExitCode', 'getExitCodeText', 'isOutputDisabled', 'getWorkingDirectory'])->setConstructorArgs([[$cmd]])->getMock();
56
+ $process->expects($this->once())
57
+ ->method('isSuccessful')
58
+ ->willReturn(false);
59
+
60
+ $process->expects($this->once())
61
+ ->method('getOutput')
62
+ ->willReturn($output);
63
+
64
+ $process->expects($this->once())
65
+ ->method('getErrorOutput')
66
+ ->willReturn($errorOutput);
67
+
68
+ $process->expects($this->once())
69
+ ->method('getExitCode')
70
+ ->willReturn($exitCode);
71
+
72
+ $process->expects($this->once())
73
+ ->method('getExitCodeText')
74
+ ->willReturn($exitText);
75
+
76
+ $process->expects($this->once())
77
+ ->method('isOutputDisabled')
78
+ ->willReturn(false);
79
+
80
+ $process->expects($this->once())
81
+ ->method('getWorkingDirectory')
82
+ ->willReturn($workingDirectory);
83
+
84
+ $exception = new ProcessFailedException($process);
85
+
86
+ $this->assertEquals(
87
+ "The command \"$cmd\" failed.\n\nExit Code: $exitCode($exitText)\n\nWorking directory: {$workingDirectory}\n\nOutput:\n================\n{$output}\n\nError Output:\n================\n{$errorOutput}",
88
+ str_replace("'php'", 'php', $exception->getMessage())
89
+ );
90
+ }
91
+
92
+ /**
93
+ * Tests that ProcessFailedException does not extract information from
94
+ * process output if it was previously disabled.
95
+ */
96
+ public function testDisabledOutputInFailedExceptionDoesNotPopulateOutput()
97
+ {
98
+ $cmd = 'php';
99
+ $exitCode = 1;
100
+ $exitText = 'General error';
101
+ $workingDirectory = getcwd();
102
+
103
+ $process = $this->getMockBuilder('Symfony\Component\Process\Process')->setMethods(['isSuccessful', 'isOutputDisabled', 'getExitCode', 'getExitCodeText', 'getOutput', 'getErrorOutput', 'getWorkingDirectory'])->setConstructorArgs([[$cmd]])->getMock();
104
+ $process->expects($this->once())
105
+ ->method('isSuccessful')
106
+ ->willReturn(false);
107
+
108
+ $process->expects($this->never())
109
+ ->method('getOutput');
110
+
111
+ $process->expects($this->never())
112
+ ->method('getErrorOutput');
113
+
114
+ $process->expects($this->once())
115
+ ->method('getExitCode')
116
+ ->willReturn($exitCode);
117
+
118
+ $process->expects($this->once())
119
+ ->method('getExitCodeText')
120
+ ->willReturn($exitText);
121
+
122
+ $process->expects($this->once())
123
+ ->method('isOutputDisabled')
124
+ ->willReturn(true);
125
+
126
+ $process->expects($this->once())
127
+ ->method('getWorkingDirectory')
128
+ ->willReturn($workingDirectory);
129
+
130
+ $exception = new ProcessFailedException($process);
131
+
132
+ $this->assertEquals(
133
+ "The command \"$cmd\" failed.\n\nExit Code: $exitCode($exitText)\n\nWorking directory: {$workingDirectory}",
134
+ str_replace("'php'", 'php', $exception->getMessage())
135
+ );
136
+ }
137
+ }
@@ -0,0 +1,1557 @@
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of the Symfony package.
5
+ *
6
+ * (c) Fabien Potencier <fabien@symfony.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
12
+ namespace Symfony\Component\Process\Tests;
13
+
14
+ use PHPUnit\Framework\TestCase;
15
+ use Symfony\Component\Process\Exception\LogicException;
16
+ use Symfony\Component\Process\Exception\ProcessTimedOutException;
17
+ use Symfony\Component\Process\Exception\RuntimeException;
18
+ use Symfony\Component\Process\InputStream;
19
+ use Symfony\Component\Process\PhpExecutableFinder;
20
+ use Symfony\Component\Process\Pipes\PipesInterface;
21
+ use Symfony\Component\Process\Process;
22
+
23
+ /**
24
+ * @author Robert Schönthal <seroscho@googlemail.com>
25
+ */
26
+ class ProcessTest extends TestCase
27
+ {
28
+ private static $phpBin;
29
+ private static $process;
30
+ private static $sigchild;
31
+
32
+ public static function setUpBeforeClass()
33
+ {
34
+ $phpBin = new PhpExecutableFinder();
35
+ self::$phpBin = getenv('SYMFONY_PROCESS_PHP_TEST_BINARY') ?: ('phpdbg' === \PHP_SAPI ? 'php' : $phpBin->find());
36
+
37
+ ob_start();
38
+ phpinfo(INFO_GENERAL);
39
+ self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
40
+ }
41
+
42
+ protected function tearDown()
43
+ {
44
+ if (self::$process) {
45
+ self::$process->stop(0);
46
+ self::$process = null;
47
+ }
48
+ }
49
+
50
+ /**
51
+ * @expectedException \Symfony\Component\Process\Exception\RuntimeException
52
+ * @expectedExceptionMessage The provided cwd "
53
+ * @expectedExceptionMessage "does not exist.
54
+ */
55
+ public function testInvalidCwd()
56
+ {
57
+ try {
58
+ // Check that it works fine if the CWD exists
59
+ $cmd = new Process(['echo', 'test'], __DIR__);
60
+ $cmd->run();
61
+ } catch (\Exception $e) {
62
+ $this->fail($e);
63
+ }
64
+
65
+ $cmd = new Process(['echo', 'test'], __DIR__.'/notfound/');
66
+ $cmd->run();
67
+ }
68
+
69
+ public function testThatProcessDoesNotThrowWarningDuringRun()
70
+ {
71
+ if ('\\' === \DIRECTORY_SEPARATOR) {
72
+ $this->markTestSkipped('This test is transient on Windows');
73
+ }
74
+ @trigger_error('Test Error', E_USER_NOTICE);
75
+ $process = $this->getProcessForCode('sleep(3)');
76
+ $process->run();
77
+ $actualError = error_get_last();
78
+ $this->assertEquals('Test Error', $actualError['message']);
79
+ $this->assertEquals(E_USER_NOTICE, $actualError['type']);
80
+ }
81
+
82
+ /**
83
+ * @expectedException \Symfony\Component\Process\Exception\InvalidArgumentException
84
+ */
85
+ public function testNegativeTimeoutFromConstructor()
86
+ {
87
+ $this->getProcess('', null, null, null, -1);
88
+ }
89
+
90
+ /**
91
+ * @expectedException \Symfony\Component\Process\Exception\InvalidArgumentException
92
+ */
93
+ public function testNegativeTimeoutFromSetter()
94
+ {
95
+ $p = $this->getProcess('');
96
+ $p->setTimeout(-1);
97
+ }
98
+
99
+ public function testFloatAndNullTimeout()
100
+ {
101
+ $p = $this->getProcess('');
102
+
103
+ $p->setTimeout(10);
104
+ $this->assertSame(10.0, $p->getTimeout());
105
+
106
+ $p->setTimeout(null);
107
+ $this->assertNull($p->getTimeout());
108
+
109
+ $p->setTimeout(0.0);
110
+ $this->assertNull($p->getTimeout());
111
+ }
112
+
113
+ /**
114
+ * @requires extension pcntl
115
+ */
116
+ public function testStopWithTimeoutIsActuallyWorking()
117
+ {
118
+ $p = $this->getProcess([self::$phpBin, __DIR__.'/NonStopableProcess.php', 30]);
119
+ $p->start();
120
+
121
+ while ($p->isRunning() && false === strpos($p->getOutput(), 'received')) {
122
+ usleep(1000);
123
+ }
124
+
125
+ if (!$p->isRunning()) {
126
+ throw new \LogicException('Process is not running: '.$p->getErrorOutput());
127
+ }
128
+
129
+ $start = microtime(true);
130
+ $p->stop(0.1);
131
+
132
+ $p->wait();
133
+
134
+ $this->assertLessThan(15, microtime(true) - $start);
135
+ }
136
+
137
+ public function testWaitUntilSpecificOutput()
138
+ {
139
+ if ('\\' === \DIRECTORY_SEPARATOR) {
140
+ $this->markTestIncomplete('This test is too transient on Windows, help wanted to improve it');
141
+ }
142
+
143
+ $p = $this->getProcess([self::$phpBin, __DIR__.'/KillableProcessWithOutput.php']);
144
+ $p->start();
145
+
146
+ $start = microtime(true);
147
+
148
+ $completeOutput = '';
149
+ $result = $p->waitUntil(function ($type, $output) use (&$completeOutput) {
150
+ return false !== strpos($completeOutput .= $output, 'One more');
151
+ });
152
+ $this->assertTrue($result);
153
+ $this->assertLessThan(20, microtime(true) - $start);
154
+ $this->assertStringStartsWith("First iteration output\nSecond iteration output\nOne more", $completeOutput);
155
+ $p->stop();
156
+ }
157
+
158
+ public function testWaitUntilCanReturnFalse()
159
+ {
160
+ $p = $this->getProcess('echo foo');
161
+ $p->start();
162
+ $this->assertFalse($p->waitUntil(function () { return false; }));
163
+ }
164
+
165
+ public function testAllOutputIsActuallyReadOnTermination()
166
+ {
167
+ // this code will result in a maximum of 2 reads of 8192 bytes by calling
168
+ // start() and isRunning(). by the time getOutput() is called the process
169
+ // has terminated so the internal pipes array is already empty. normally
170
+ // the call to start() will not read any data as the process will not have
171
+ // generated output, but this is non-deterministic so we must count it as
172
+ // a possibility. therefore we need 2 * PipesInterface::CHUNK_SIZE plus
173
+ // another byte which will never be read.
174
+ $expectedOutputSize = PipesInterface::CHUNK_SIZE * 2 + 2;
175
+
176
+ $code = sprintf('echo str_repeat(\'*\', %d);', $expectedOutputSize);
177
+ $p = $this->getProcessForCode($code);
178
+
179
+ $p->start();
180
+
181
+ // Don't call Process::run nor Process::wait to avoid any read of pipes
182
+ $h = new \ReflectionProperty($p, 'process');
183
+ $h->setAccessible(true);
184
+ $h = $h->getValue($p);
185
+ $s = @proc_get_status($h);
186
+
187
+ while (!empty($s['running'])) {
188
+ usleep(1000);
189
+ $s = proc_get_status($h);
190
+ }
191
+
192
+ $o = $p->getOutput();
193
+
194
+ $this->assertEquals($expectedOutputSize, \strlen($o));
195
+ }
196
+
197
+ public function testCallbacksAreExecutedWithStart()
198
+ {
199
+ $process = $this->getProcess('echo foo');
200
+ $process->start(function ($type, $buffer) use (&$data) {
201
+ $data .= $buffer;
202
+ });
203
+
204
+ $process->wait();
205
+
206
+ $this->assertSame('foo'.PHP_EOL, $data);
207
+ }
208
+
209
+ /**
210
+ * tests results from sub processes.
211
+ *
212
+ * @dataProvider responsesCodeProvider
213
+ */
214
+ public function testProcessResponses($expected, $getter, $code)
215
+ {
216
+ $p = $this->getProcessForCode($code);
217
+ $p->run();
218
+
219
+ $this->assertSame($expected, $p->$getter());
220
+ }
221
+
222
+ /**
223
+ * tests results from sub processes.
224
+ *
225
+ * @dataProvider pipesCodeProvider
226
+ */
227
+ public function testProcessPipes($code, $size)
228
+ {
229
+ $expected = str_repeat(str_repeat('*', 1024), $size).'!';
230
+ $expectedLength = (1024 * $size) + 1;
231
+
232
+ $p = $this->getProcessForCode($code);
233
+ $p->setInput($expected);
234
+ $p->run();
235
+
236
+ $this->assertEquals($expectedLength, \strlen($p->getOutput()));
237
+ $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));
238
+ }
239
+
240
+ /**
241
+ * @dataProvider pipesCodeProvider
242
+ */
243
+ public function testSetStreamAsInput($code, $size)
244
+ {
245
+ $expected = str_repeat(str_repeat('*', 1024), $size).'!';
246
+ $expectedLength = (1024 * $size) + 1;
247
+
248
+ $stream = fopen('php://temporary', 'w+');
249
+ fwrite($stream, $expected);
250
+ rewind($stream);
251
+
252
+ $p = $this->getProcessForCode($code);
253
+ $p->setInput($stream);
254
+ $p->run();
255
+
256
+ fclose($stream);
257
+
258
+ $this->assertEquals($expectedLength, \strlen($p->getOutput()));
259
+ $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));
260
+ }
261
+
262
+ public function testLiveStreamAsInput()
263
+ {
264
+ $stream = fopen('php://memory', 'r+');
265
+ fwrite($stream, 'hello');
266
+ rewind($stream);
267
+
268
+ $p = $this->getProcessForCode('stream_copy_to_stream(STDIN, STDOUT);');
269
+ $p->setInput($stream);
270
+ $p->start(function ($type, $data) use ($stream) {
271
+ if ('hello' === $data) {
272
+ fclose($stream);
273
+ }
274
+ });
275
+ $p->wait();
276
+
277
+ $this->assertSame('hello', $p->getOutput());
278
+ }
279
+
280
+ /**
281
+ * @expectedException \Symfony\Component\Process\Exception\LogicException
282
+ * @expectedExceptionMessage Input can not be set while the process is running.
283
+ */
284
+ public function testSetInputWhileRunningThrowsAnException()
285
+ {
286
+ $process = $this->getProcessForCode('sleep(30);');
287
+ $process->start();
288
+ try {
289
+ $process->setInput('foobar');
290
+ $process->stop();
291
+ $this->fail('A LogicException should have been raised.');
292
+ } catch (LogicException $e) {
293
+ }
294
+ $process->stop();
295
+
296
+ throw $e;
297
+ }
298
+
299
+ /**
300
+ * @dataProvider provideInvalidInputValues
301
+ * @expectedException \Symfony\Component\Process\Exception\InvalidArgumentException
302
+ * @expectedExceptionMessage Symfony\Component\Process\Process::setInput only accepts strings, Traversable objects or stream resources.
303
+ */
304
+ public function testInvalidInput($value)
305
+ {
306
+ $process = $this->getProcess('foo');
307
+ $process->setInput($value);
308
+ }
309
+
310
+ public function provideInvalidInputValues()
311
+ {
312
+ return [
313
+ [[]],
314
+ [new NonStringifiable()],
315
+ ];
316
+ }
317
+
318
+ /**
319
+ * @dataProvider provideInputValues
320
+ */
321
+ public function testValidInput($expected, $value)
322
+ {
323
+ $process = $this->getProcess('foo');
324
+ $process->setInput($value);
325
+ $this->assertSame($expected, $process->getInput());
326
+ }
327
+
328
+ public function provideInputValues()
329
+ {
330
+ return [
331
+ [null, null],
332
+ ['24.5', 24.5],
333
+ ['input data', 'input data'],
334
+ ];
335
+ }
336
+
337
+ public function chainedCommandsOutputProvider()
338
+ {
339
+ if ('\\' === \DIRECTORY_SEPARATOR) {
340
+ return [
341
+ ["2 \r\n2\r\n", '&&', '2'],
342
+ ];
343
+ }
344
+
345
+ return [
346
+ ["1\n1\n", ';', '1'],
347
+ ["2\n2\n", '&&', '2'],
348
+ ];
349
+ }
350
+
351
+ /**
352
+ * @dataProvider chainedCommandsOutputProvider
353
+ */
354
+ public function testChainedCommandsOutput($expected, $operator, $input)
355
+ {
356
+ $process = $this->getProcess(sprintf('echo %s %s echo %s', $input, $operator, $input));
357
+ $process->run();
358
+ $this->assertEquals($expected, $process->getOutput());
359
+ }
360
+
361
+ public function testCallbackIsExecutedForOutput()
362
+ {
363
+ $p = $this->getProcessForCode('echo \'foo\';');
364
+
365
+ $called = false;
366
+ $p->run(function ($type, $buffer) use (&$called) {
367
+ $called = 'foo' === $buffer;
368
+ });
369
+
370
+ $this->assertTrue($called, 'The callback should be executed with the output');
371
+ }
372
+
373
+ public function testCallbackIsExecutedForOutputWheneverOutputIsDisabled()
374
+ {
375
+ $p = $this->getProcessForCode('echo \'foo\';');
376
+ $p->disableOutput();
377
+
378
+ $called = false;
379
+ $p->run(function ($type, $buffer) use (&$called) {
380
+ $called = 'foo' === $buffer;
381
+ });
382
+
383
+ $this->assertTrue($called, 'The callback should be executed with the output');
384
+ }
385
+
386
+ public function testGetErrorOutput()
387
+ {
388
+ $p = $this->getProcessForCode('$n = 0; while ($n < 3) { file_put_contents(\'php://stderr\', \'ERROR\'); $n++; }');
389
+
390
+ $p->run();
391
+ $this->assertEquals(3, preg_match_all('/ERROR/', $p->getErrorOutput(), $matches));
392
+ }
393
+
394
+ public function testFlushErrorOutput()
395
+ {
396
+ $p = $this->getProcessForCode('$n = 0; while ($n < 3) { file_put_contents(\'php://stderr\', \'ERROR\'); $n++; }');
397
+
398
+ $p->run();
399
+ $p->clearErrorOutput();
400
+ $this->assertEmpty($p->getErrorOutput());
401
+ }
402
+
403
+ /**
404
+ * @dataProvider provideIncrementalOutput
405
+ */
406
+ public function testIncrementalOutput($getOutput, $getIncrementalOutput, $uri)
407
+ {
408
+ $lock = tempnam(sys_get_temp_dir(), __FUNCTION__);
409
+
410
+ $p = $this->getProcessForCode('file_put_contents($s = \''.$uri.'\', \'foo\'); flock(fopen('.var_export($lock, true).', \'r\'), LOCK_EX); file_put_contents($s, \'bar\');');
411
+
412
+ $h = fopen($lock, 'w');
413
+ flock($h, LOCK_EX);
414
+
415
+ $p->start();
416
+
417
+ foreach (['foo', 'bar'] as $s) {
418
+ while (false === strpos($p->$getOutput(), $s)) {
419
+ usleep(1000);
420
+ }
421
+
422
+ $this->assertSame($s, $p->$getIncrementalOutput());
423
+ $this->assertSame('', $p->$getIncrementalOutput());
424
+
425
+ flock($h, LOCK_UN);
426
+ }
427
+
428
+ fclose($h);
429
+ }
430
+
431
+ public function provideIncrementalOutput()
432
+ {
433
+ return [
434
+ ['getOutput', 'getIncrementalOutput', 'php://stdout'],
435
+ ['getErrorOutput', 'getIncrementalErrorOutput', 'php://stderr'],
436
+ ];
437
+ }
438
+
439
+ public function testGetOutput()
440
+ {
441
+ $p = $this->getProcessForCode('$n = 0; while ($n < 3) { echo \' foo \'; $n++; }');
442
+
443
+ $p->run();
444
+ $this->assertEquals(3, preg_match_all('/foo/', $p->getOutput(), $matches));
445
+ }
446
+
447
+ public function testFlushOutput()
448
+ {
449
+ $p = $this->getProcessForCode('$n=0;while ($n<3) {echo \' foo \';$n++;}');
450
+
451
+ $p->run();
452
+ $p->clearOutput();
453
+ $this->assertEmpty($p->getOutput());
454
+ }
455
+
456
+ public function testZeroAsOutput()
457
+ {
458
+ if ('\\' === \DIRECTORY_SEPARATOR) {
459
+ // see http://stackoverflow.com/questions/7105433/windows-batch-echo-without-new-line
460
+ $p = $this->getProcess('echo | set /p dummyName=0');
461
+ } else {
462
+ $p = $this->getProcess('printf 0');
463
+ }
464
+
465
+ $p->run();
466
+ $this->assertSame('0', $p->getOutput());
467
+ }
468
+
469
+ public function testExitCodeCommandFailed()
470
+ {
471
+ if ('\\' === \DIRECTORY_SEPARATOR) {
472
+ $this->markTestSkipped('Windows does not support POSIX exit code');
473
+ }
474
+
475
+ // such command run in bash return an exitcode 127
476
+ $process = $this->getProcess('nonexistingcommandIhopeneversomeonewouldnameacommandlikethis');
477
+ $process->run();
478
+
479
+ $this->assertGreaterThan(0, $process->getExitCode());
480
+ }
481
+
482
+ public function testTTYCommand()
483
+ {
484
+ if ('\\' === \DIRECTORY_SEPARATOR) {
485
+ $this->markTestSkipped('Windows does not have /dev/tty support');
486
+ }
487
+
488
+ $process = $this->getProcess('echo "foo" >> /dev/null && '.$this->getProcessForCode('usleep(100000);')->getCommandLine());
489
+ $process->setTty(true);
490
+ $process->start();
491
+ $this->assertTrue($process->isRunning());
492
+ $process->wait();
493
+
494
+ $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
495
+ }
496
+
497
+ public function testTTYCommandExitCode()
498
+ {
499
+ if ('\\' === \DIRECTORY_SEPARATOR) {
500
+ $this->markTestSkipped('Windows does have /dev/tty support');
501
+ }
502
+
503
+ $process = $this->getProcess('echo "foo" >> /dev/null');
504
+ $process->setTty(true);
505
+ $process->run();
506
+
507
+ $this->assertTrue($process->isSuccessful());
508
+ }
509
+
510
+ /**
511
+ * @expectedException \Symfony\Component\Process\Exception\RuntimeException
512
+ * @expectedExceptionMessage TTY mode is not supported on Windows platform.
513
+ */
514
+ public function testTTYInWindowsEnvironment()
515
+ {
516
+ if ('\\' !== \DIRECTORY_SEPARATOR) {
517
+ $this->markTestSkipped('This test is for Windows platform only');
518
+ }
519
+
520
+ $process = $this->getProcess('echo "foo" >> /dev/null');
521
+ $process->setTty(false);
522
+ $process->setTty(true);
523
+ }
524
+
525
+ public function testExitCodeTextIsNullWhenExitCodeIsNull()
526
+ {
527
+ $process = $this->getProcess('');
528
+ $this->assertNull($process->getExitCodeText());
529
+ }
530
+
531
+ public function testPTYCommand()
532
+ {
533
+ if (!Process::isPtySupported()) {
534
+ $this->markTestSkipped('PTY is not supported on this operating system.');
535
+ }
536
+
537
+ $process = $this->getProcess('echo "foo"');
538
+ $process->setPty(true);
539
+ $process->run();
540
+
541
+ $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
542
+ $this->assertEquals("foo\r\n", $process->getOutput());
543
+ }
544
+
545
+ public function testMustRun()
546
+ {
547
+ $process = $this->getProcess('echo foo');
548
+
549
+ $this->assertSame($process, $process->mustRun());
550
+ $this->assertEquals('foo'.PHP_EOL, $process->getOutput());
551
+ }
552
+
553
+ public function testSuccessfulMustRunHasCorrectExitCode()
554
+ {
555
+ $process = $this->getProcess('echo foo')->mustRun();
556
+ $this->assertEquals(0, $process->getExitCode());
557
+ }
558
+
559
+ /**
560
+ * @expectedException \Symfony\Component\Process\Exception\ProcessFailedException
561
+ */
562
+ public function testMustRunThrowsException()
563
+ {
564
+ $process = $this->getProcess('exit 1');
565
+ $process->mustRun();
566
+ }
567
+
568
+ public function testExitCodeText()
569
+ {
570
+ $process = $this->getProcess('');
571
+ $r = new \ReflectionObject($process);
572
+ $p = $r->getProperty('exitcode');
573
+ $p->setAccessible(true);
574
+
575
+ $p->setValue($process, 2);
576
+ $this->assertEquals('Misuse of shell builtins', $process->getExitCodeText());
577
+ }
578
+
579
+ public function testStartIsNonBlocking()
580
+ {
581
+ $process = $this->getProcessForCode('usleep(500000);');
582
+ $start = microtime(true);
583
+ $process->start();
584
+ $end = microtime(true);
585
+ $this->assertLessThan(0.4, $end - $start);
586
+ $process->stop();
587
+ }
588
+
589
+ public function testUpdateStatus()
590
+ {
591
+ $process = $this->getProcess('echo foo');
592
+ $process->run();
593
+ $this->assertGreaterThan(0, \strlen($process->getOutput()));
594
+ }
595
+
596
+ public function testGetExitCodeIsNullOnStart()
597
+ {
598
+ $process = $this->getProcessForCode('usleep(100000);');
599
+ $this->assertNull($process->getExitCode());
600
+ $process->start();
601
+ $this->assertNull($process->getExitCode());
602
+ $process->wait();
603
+ $this->assertEquals(0, $process->getExitCode());
604
+ }
605
+
606
+ public function testGetExitCodeIsNullOnWhenStartingAgain()
607
+ {
608
+ $process = $this->getProcessForCode('usleep(100000);');
609
+ $process->run();
610
+ $this->assertEquals(0, $process->getExitCode());
611
+ $process->start();
612
+ $this->assertNull($process->getExitCode());
613
+ $process->wait();
614
+ $this->assertEquals(0, $process->getExitCode());
615
+ }
616
+
617
+ public function testGetExitCode()
618
+ {
619
+ $process = $this->getProcess('echo foo');
620
+ $process->run();
621
+ $this->assertSame(0, $process->getExitCode());
622
+ }
623
+
624
+ public function testStatus()
625
+ {
626
+ $process = $this->getProcessForCode('usleep(100000);');
627
+ $this->assertFalse($process->isRunning());
628
+ $this->assertFalse($process->isStarted());
629
+ $this->assertFalse($process->isTerminated());
630
+ $this->assertSame(Process::STATUS_READY, $process->getStatus());
631
+ $process->start();
632
+ $this->assertTrue($process->isRunning());
633
+ $this->assertTrue($process->isStarted());
634
+ $this->assertFalse($process->isTerminated());
635
+ $this->assertSame(Process::STATUS_STARTED, $process->getStatus());
636
+ $process->wait();
637
+ $this->assertFalse($process->isRunning());
638
+ $this->assertTrue($process->isStarted());
639
+ $this->assertTrue($process->isTerminated());
640
+ $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
641
+ }
642
+
643
+ public function testStop()
644
+ {
645
+ $process = $this->getProcessForCode('sleep(31);');
646
+ $process->start();
647
+ $this->assertTrue($process->isRunning());
648
+ $process->stop();
649
+ $this->assertFalse($process->isRunning());
650
+ }
651
+
652
+ public function testIsSuccessful()
653
+ {
654
+ $process = $this->getProcess('echo foo');
655
+ $process->run();
656
+ $this->assertTrue($process->isSuccessful());
657
+ }
658
+
659
+ public function testIsSuccessfulOnlyAfterTerminated()
660
+ {
661
+ $process = $this->getProcessForCode('usleep(100000);');
662
+ $process->start();
663
+
664
+ $this->assertFalse($process->isSuccessful());
665
+
666
+ $process->wait();
667
+
668
+ $this->assertTrue($process->isSuccessful());
669
+ }
670
+
671
+ public function testIsNotSuccessful()
672
+ {
673
+ $process = $this->getProcessForCode('throw new \Exception(\'BOUM\');');
674
+ $process->run();
675
+ $this->assertFalse($process->isSuccessful());
676
+ }
677
+
678
+ public function testProcessIsNotSignaled()
679
+ {
680
+ if ('\\' === \DIRECTORY_SEPARATOR) {
681
+ $this->markTestSkipped('Windows does not support POSIX signals');
682
+ }
683
+
684
+ $process = $this->getProcess('echo foo');
685
+ $process->run();
686
+ $this->assertFalse($process->hasBeenSignaled());
687
+ }
688
+
689
+ public function testProcessWithoutTermSignal()
690
+ {
691
+ if ('\\' === \DIRECTORY_SEPARATOR) {
692
+ $this->markTestSkipped('Windows does not support POSIX signals');
693
+ }
694
+
695
+ $process = $this->getProcess('echo foo');
696
+ $process->run();
697
+ $this->assertEquals(0, $process->getTermSignal());
698
+ }
699
+
700
+ public function testProcessIsSignaledIfStopped()
701
+ {
702
+ if ('\\' === \DIRECTORY_SEPARATOR) {
703
+ $this->markTestSkipped('Windows does not support POSIX signals');
704
+ }
705
+
706
+ $process = $this->getProcessForCode('sleep(32);');
707
+ $process->start();
708
+ $process->stop();
709
+ $this->assertTrue($process->hasBeenSignaled());
710
+ $this->assertEquals(15, $process->getTermSignal()); // SIGTERM
711
+ }
712
+
713
+ /**
714
+ * @expectedException \Symfony\Component\Process\Exception\ProcessSignaledException
715
+ * @expectedExceptionMessage The process has been signaled with signal "9".
716
+ */
717
+ public function testProcessThrowsExceptionWhenExternallySignaled()
718
+ {
719
+ if (!\function_exists('posix_kill')) {
720
+ $this->markTestSkipped('Function posix_kill is required.');
721
+ }
722
+
723
+ if (self::$sigchild) {
724
+ $this->markTestSkipped('PHP is compiled with --enable-sigchild.');
725
+ }
726
+
727
+ $process = $this->getProcessForCode('sleep(32.1);');
728
+ $process->start();
729
+ posix_kill($process->getPid(), 9); // SIGKILL
730
+
731
+ $process->wait();
732
+ }
733
+
734
+ public function testRestart()
735
+ {
736
+ $process1 = $this->getProcessForCode('echo getmypid();');
737
+ $process1->run();
738
+ $process2 = $process1->restart();
739
+
740
+ $process2->wait(); // wait for output
741
+
742
+ // Ensure that both processed finished and the output is numeric
743
+ $this->assertFalse($process1->isRunning());
744
+ $this->assertFalse($process2->isRunning());
745
+ $this->assertInternalType('numeric', $process1->getOutput());
746
+ $this->assertInternalType('numeric', $process2->getOutput());
747
+
748
+ // Ensure that restart returned a new process by check that the output is different
749
+ $this->assertNotEquals($process1->getOutput(), $process2->getOutput());
750
+ }
751
+
752
+ /**
753
+ * @expectedException \Symfony\Component\Process\Exception\ProcessTimedOutException
754
+ * @expectedExceptionMessage exceeded the timeout of 0.1 seconds.
755
+ */
756
+ public function testRunProcessWithTimeout()
757
+ {
758
+ $process = $this->getProcessForCode('sleep(30);');
759
+ $process->setTimeout(0.1);
760
+ $start = microtime(true);
761
+ try {
762
+ $process->run();
763
+ $this->fail('A RuntimeException should have been raised');
764
+ } catch (RuntimeException $e) {
765
+ }
766
+
767
+ $this->assertLessThan(15, microtime(true) - $start);
768
+
769
+ throw $e;
770
+ }
771
+
772
+ /**
773
+ * @expectedException \Symfony\Component\Process\Exception\ProcessTimedOutException
774
+ * @expectedExceptionMessage exceeded the timeout of 0.1 seconds.
775
+ */
776
+ public function testIterateOverProcessWithTimeout()
777
+ {
778
+ $process = $this->getProcessForCode('sleep(30);');
779
+ $process->setTimeout(0.1);
780
+ $start = microtime(true);
781
+ try {
782
+ $process->start();
783
+ foreach ($process as $buffer);
784
+ $this->fail('A RuntimeException should have been raised');
785
+ } catch (RuntimeException $e) {
786
+ }
787
+
788
+ $this->assertLessThan(15, microtime(true) - $start);
789
+
790
+ throw $e;
791
+ }
792
+
793
+ public function testCheckTimeoutOnNonStartedProcess()
794
+ {
795
+ $process = $this->getProcess('echo foo');
796
+ $this->assertNull($process->checkTimeout());
797
+ }
798
+
799
+ public function testCheckTimeoutOnTerminatedProcess()
800
+ {
801
+ $process = $this->getProcess('echo foo');
802
+ $process->run();
803
+ $this->assertNull($process->checkTimeout());
804
+ }
805
+
806
+ /**
807
+ * @expectedException \Symfony\Component\Process\Exception\ProcessTimedOutException
808
+ * @expectedExceptionMessage exceeded the timeout of 0.1 seconds.
809
+ */
810
+ public function testCheckTimeoutOnStartedProcess()
811
+ {
812
+ $process = $this->getProcessForCode('sleep(33);');
813
+ $process->setTimeout(0.1);
814
+
815
+ $process->start();
816
+ $start = microtime(true);
817
+
818
+ try {
819
+ while ($process->isRunning()) {
820
+ $process->checkTimeout();
821
+ usleep(100000);
822
+ }
823
+ $this->fail('A ProcessTimedOutException should have been raised');
824
+ } catch (ProcessTimedOutException $e) {
825
+ }
826
+
827
+ $this->assertLessThan(15, microtime(true) - $start);
828
+
829
+ throw $e;
830
+ }
831
+
832
+ public function testIdleTimeout()
833
+ {
834
+ $process = $this->getProcessForCode('sleep(34);');
835
+ $process->setTimeout(60);
836
+ $process->setIdleTimeout(0.1);
837
+
838
+ try {
839
+ $process->run();
840
+
841
+ $this->fail('A timeout exception was expected.');
842
+ } catch (ProcessTimedOutException $e) {
843
+ $this->assertTrue($e->isIdleTimeout());
844
+ $this->assertFalse($e->isGeneralTimeout());
845
+ $this->assertEquals(0.1, $e->getExceededTimeout());
846
+ }
847
+ }
848
+
849
+ public function testIdleTimeoutNotExceededWhenOutputIsSent()
850
+ {
851
+ $process = $this->getProcessForCode('while (true) {echo \'foo \'; usleep(1000);}');
852
+ $process->setTimeout(1);
853
+ $process->start();
854
+
855
+ while (false === strpos($process->getOutput(), 'foo')) {
856
+ usleep(1000);
857
+ }
858
+
859
+ $process->setIdleTimeout(0.5);
860
+
861
+ try {
862
+ $process->wait();
863
+ $this->fail('A timeout exception was expected.');
864
+ } catch (ProcessTimedOutException $e) {
865
+ $this->assertTrue($e->isGeneralTimeout(), 'A general timeout is expected.');
866
+ $this->assertFalse($e->isIdleTimeout(), 'No idle timeout is expected.');
867
+ $this->assertEquals(1, $e->getExceededTimeout());
868
+ }
869
+ }
870
+
871
+ /**
872
+ * @expectedException \Symfony\Component\Process\Exception\ProcessTimedOutException
873
+ * @expectedExceptionMessage exceeded the timeout of 0.1 seconds.
874
+ */
875
+ public function testStartAfterATimeout()
876
+ {
877
+ $process = $this->getProcessForCode('sleep(35);');
878
+ $process->setTimeout(0.1);
879
+
880
+ try {
881
+ $process->run();
882
+ $this->fail('A ProcessTimedOutException should have been raised.');
883
+ } catch (ProcessTimedOutException $e) {
884
+ }
885
+ $this->assertFalse($process->isRunning());
886
+ $process->start();
887
+ $this->assertTrue($process->isRunning());
888
+ $process->stop(0);
889
+
890
+ throw $e;
891
+ }
892
+
893
+ public function testGetPid()
894
+ {
895
+ $process = $this->getProcessForCode('sleep(36);');
896
+ $process->start();
897
+ $this->assertGreaterThan(0, $process->getPid());
898
+ $process->stop(0);
899
+ }
900
+
901
+ public function testGetPidIsNullBeforeStart()
902
+ {
903
+ $process = $this->getProcess('foo');
904
+ $this->assertNull($process->getPid());
905
+ }
906
+
907
+ public function testGetPidIsNullAfterRun()
908
+ {
909
+ $process = $this->getProcess('echo foo');
910
+ $process->run();
911
+ $this->assertNull($process->getPid());
912
+ }
913
+
914
+ /**
915
+ * @requires extension pcntl
916
+ */
917
+ public function testSignal()
918
+ {
919
+ $process = $this->getProcess([self::$phpBin, __DIR__.'/SignalListener.php']);
920
+ $process->start();
921
+
922
+ while (false === strpos($process->getOutput(), 'Caught')) {
923
+ usleep(1000);
924
+ }
925
+ $process->signal(SIGUSR1);
926
+ $process->wait();
927
+
928
+ $this->assertEquals('Caught SIGUSR1', $process->getOutput());
929
+ }
930
+
931
+ /**
932
+ * @requires extension pcntl
933
+ */
934
+ public function testExitCodeIsAvailableAfterSignal()
935
+ {
936
+ $process = $this->getProcess('sleep 4');
937
+ $process->start();
938
+ $process->signal(SIGKILL);
939
+
940
+ while ($process->isRunning()) {
941
+ usleep(10000);
942
+ }
943
+
944
+ $this->assertFalse($process->isRunning());
945
+ $this->assertTrue($process->hasBeenSignaled());
946
+ $this->assertFalse($process->isSuccessful());
947
+ $this->assertEquals(137, $process->getExitCode());
948
+ }
949
+
950
+ /**
951
+ * @expectedException \Symfony\Component\Process\Exception\LogicException
952
+ * @expectedExceptionMessage Can not send signal on a non running process.
953
+ */
954
+ public function testSignalProcessNotRunning()
955
+ {
956
+ $process = $this->getProcess('foo');
957
+ $process->signal(1); // SIGHUP
958
+ }
959
+
960
+ /**
961
+ * @dataProvider provideMethodsThatNeedARunningProcess
962
+ */
963
+ public function testMethodsThatNeedARunningProcess($method)
964
+ {
965
+ $process = $this->getProcess('foo');
966
+
967
+ if (method_exists($this, 'expectException')) {
968
+ $this->expectException('Symfony\Component\Process\Exception\LogicException');
969
+ $this->expectExceptionMessage(sprintf('Process must be started before calling %s.', $method));
970
+ } else {
971
+ $this->setExpectedException('Symfony\Component\Process\Exception\LogicException', sprintf('Process must be started before calling %s.', $method));
972
+ }
973
+
974
+ $process->{$method}();
975
+ }
976
+
977
+ public function provideMethodsThatNeedARunningProcess()
978
+ {
979
+ return [
980
+ ['getOutput'],
981
+ ['getIncrementalOutput'],
982
+ ['getErrorOutput'],
983
+ ['getIncrementalErrorOutput'],
984
+ ['wait'],
985
+ ];
986
+ }
987
+
988
+ /**
989
+ * @dataProvider provideMethodsThatNeedATerminatedProcess
990
+ * @expectedException \Symfony\Component\Process\Exception\LogicException
991
+ * @expectedExceptionMessage Process must be terminated before calling
992
+ */
993
+ public function testMethodsThatNeedATerminatedProcess($method)
994
+ {
995
+ $process = $this->getProcessForCode('sleep(37);');
996
+ $process->start();
997
+ try {
998
+ $process->{$method}();
999
+ $process->stop(0);
1000
+ $this->fail('A LogicException must have been thrown');
1001
+ } catch (\Exception $e) {
1002
+ }
1003
+ $process->stop(0);
1004
+
1005
+ throw $e;
1006
+ }
1007
+
1008
+ public function provideMethodsThatNeedATerminatedProcess()
1009
+ {
1010
+ return [
1011
+ ['hasBeenSignaled'],
1012
+ ['getTermSignal'],
1013
+ ['hasBeenStopped'],
1014
+ ['getStopSignal'],
1015
+ ];
1016
+ }
1017
+
1018
+ /**
1019
+ * @expectedException \Symfony\Component\Process\Exception\RuntimeException
1020
+ */
1021
+ public function testWrongSignal()
1022
+ {
1023
+ if ('\\' === \DIRECTORY_SEPARATOR) {
1024
+ $this->markTestSkipped('POSIX signals do not work on Windows');
1025
+ }
1026
+
1027
+ $process = $this->getProcessForCode('sleep(38);');
1028
+ $process->start();
1029
+ try {
1030
+ $process->signal(-4);
1031
+ $this->fail('A RuntimeException must have been thrown');
1032
+ } catch (RuntimeException $e) {
1033
+ $process->stop(0);
1034
+ }
1035
+
1036
+ throw $e;
1037
+ }
1038
+
1039
+ public function testDisableOutputDisablesTheOutput()
1040
+ {
1041
+ $p = $this->getProcess('foo');
1042
+ $this->assertFalse($p->isOutputDisabled());
1043
+ $p->disableOutput();
1044
+ $this->assertTrue($p->isOutputDisabled());
1045
+ $p->enableOutput();
1046
+ $this->assertFalse($p->isOutputDisabled());
1047
+ }
1048
+
1049
+ /**
1050
+ * @expectedException \Symfony\Component\Process\Exception\RuntimeException
1051
+ * @expectedExceptionMessage Disabling output while the process is running is not possible.
1052
+ */
1053
+ public function testDisableOutputWhileRunningThrowsException()
1054
+ {
1055
+ $p = $this->getProcessForCode('sleep(39);');
1056
+ $p->start();
1057
+ $p->disableOutput();
1058
+ }
1059
+
1060
+ /**
1061
+ * @expectedException \Symfony\Component\Process\Exception\RuntimeException
1062
+ * @expectedExceptionMessage Enabling output while the process is running is not possible.
1063
+ */
1064
+ public function testEnableOutputWhileRunningThrowsException()
1065
+ {
1066
+ $p = $this->getProcessForCode('sleep(40);');
1067
+ $p->disableOutput();
1068
+ $p->start();
1069
+ $p->enableOutput();
1070
+ }
1071
+
1072
+ public function testEnableOrDisableOutputAfterRunDoesNotThrowException()
1073
+ {
1074
+ $p = $this->getProcess('echo foo');
1075
+ $p->disableOutput();
1076
+ $p->run();
1077
+ $p->enableOutput();
1078
+ $p->disableOutput();
1079
+ $this->assertTrue($p->isOutputDisabled());
1080
+ }
1081
+
1082
+ /**
1083
+ * @expectedException \Symfony\Component\Process\Exception\LogicException
1084
+ * @expectedExceptionMessage Output can not be disabled while an idle timeout is set.
1085
+ */
1086
+ public function testDisableOutputWhileIdleTimeoutIsSet()
1087
+ {
1088
+ $process = $this->getProcess('foo');
1089
+ $process->setIdleTimeout(1);
1090
+ $process->disableOutput();
1091
+ }
1092
+
1093
+ /**
1094
+ * @expectedException \Symfony\Component\Process\Exception\LogicException
1095
+ * @expectedExceptionMessage timeout can not be set while the output is disabled.
1096
+ */
1097
+ public function testSetIdleTimeoutWhileOutputIsDisabled()
1098
+ {
1099
+ $process = $this->getProcess('foo');
1100
+ $process->disableOutput();
1101
+ $process->setIdleTimeout(1);
1102
+ }
1103
+
1104
+ public function testSetNullIdleTimeoutWhileOutputIsDisabled()
1105
+ {
1106
+ $process = $this->getProcess('foo');
1107
+ $process->disableOutput();
1108
+ $this->assertSame($process, $process->setIdleTimeout(null));
1109
+ }
1110
+
1111
+ /**
1112
+ * @dataProvider provideOutputFetchingMethods
1113
+ * @expectedException \Symfony\Component\Process\Exception\LogicException
1114
+ * @expectedExceptionMessage Output has been disabled.
1115
+ */
1116
+ public function testGetOutputWhileDisabled($fetchMethod)
1117
+ {
1118
+ $p = $this->getProcessForCode('sleep(41);');
1119
+ $p->disableOutput();
1120
+ $p->start();
1121
+ $p->{$fetchMethod}();
1122
+ }
1123
+
1124
+ public function provideOutputFetchingMethods()
1125
+ {
1126
+ return [
1127
+ ['getOutput'],
1128
+ ['getIncrementalOutput'],
1129
+ ['getErrorOutput'],
1130
+ ['getIncrementalErrorOutput'],
1131
+ ];
1132
+ }
1133
+
1134
+ public function testStopTerminatesProcessCleanly()
1135
+ {
1136
+ $process = $this->getProcessForCode('echo 123; sleep(42);');
1137
+ $process->run(function () use ($process) {
1138
+ $process->stop();
1139
+ });
1140
+ $this->assertTrue(true, 'A call to stop() is not expected to cause wait() to throw a RuntimeException');
1141
+ }
1142
+
1143
+ public function testKillSignalTerminatesProcessCleanly()
1144
+ {
1145
+ $process = $this->getProcessForCode('echo 123; sleep(43);');
1146
+ $process->run(function () use ($process) {
1147
+ $process->signal(9); // SIGKILL
1148
+ });
1149
+ $this->assertTrue(true, 'A call to signal() is not expected to cause wait() to throw a RuntimeException');
1150
+ }
1151
+
1152
+ public function testTermSignalTerminatesProcessCleanly()
1153
+ {
1154
+ $process = $this->getProcessForCode('echo 123; sleep(44);');
1155
+ $process->run(function () use ($process) {
1156
+ $process->signal(15); // SIGTERM
1157
+ });
1158
+ $this->assertTrue(true, 'A call to signal() is not expected to cause wait() to throw a RuntimeException');
1159
+ }
1160
+
1161
+ public function responsesCodeProvider()
1162
+ {
1163
+ return [
1164
+ //expected output / getter / code to execute
1165
+ // [1,'getExitCode','exit(1);'],
1166
+ // [true,'isSuccessful','exit();'],
1167
+ ['output', 'getOutput', 'echo \'output\';'],
1168
+ ];
1169
+ }
1170
+
1171
+ public function pipesCodeProvider()
1172
+ {
1173
+ $variations = [
1174
+ 'fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);',
1175
+ 'include \''.__DIR__.'/PipeStdinInStdoutStdErrStreamSelect.php\';',
1176
+ ];
1177
+
1178
+ if ('\\' === \DIRECTORY_SEPARATOR) {
1179
+ // Avoid XL buffers on Windows because of https://bugs.php.net/bug.php?id=65650
1180
+ $sizes = [1, 2, 4, 8];
1181
+ } else {
1182
+ $sizes = [1, 16, 64, 1024, 4096];
1183
+ }
1184
+
1185
+ $codes = [];
1186
+ foreach ($sizes as $size) {
1187
+ foreach ($variations as $code) {
1188
+ $codes[] = [$code, $size];
1189
+ }
1190
+ }
1191
+
1192
+ return $codes;
1193
+ }
1194
+
1195
+ /**
1196
+ * @dataProvider provideVariousIncrementals
1197
+ */
1198
+ public function testIncrementalOutputDoesNotRequireAnotherCall($stream, $method)
1199
+ {
1200
+ $process = $this->getProcessForCode('$n = 0; while ($n < 3) { file_put_contents(\''.$stream.'\', $n, 1); $n++; usleep(1000); }', null, null, null, null);
1201
+ $process->start();
1202
+ $result = '';
1203
+ $limit = microtime(true) + 3;
1204
+ $expected = '012';
1205
+
1206
+ while ($result !== $expected && microtime(true) < $limit) {
1207
+ $result .= $process->$method();
1208
+ }
1209
+
1210
+ $this->assertSame($expected, $result);
1211
+ $process->stop();
1212
+ }
1213
+
1214
+ public function provideVariousIncrementals()
1215
+ {
1216
+ return [
1217
+ ['php://stdout', 'getIncrementalOutput'],
1218
+ ['php://stderr', 'getIncrementalErrorOutput'],
1219
+ ];
1220
+ }
1221
+
1222
+ public function testIteratorInput()
1223
+ {
1224
+ $input = function () {
1225
+ yield 'ping';
1226
+ yield 'pong';
1227
+ };
1228
+
1229
+ $process = $this->getProcessForCode('stream_copy_to_stream(STDIN, STDOUT);', null, null, $input());
1230
+ $process->run();
1231
+ $this->assertSame('pingpong', $process->getOutput());
1232
+ }
1233
+
1234
+ public function testSimpleInputStream()
1235
+ {
1236
+ $input = new InputStream();
1237
+
1238
+ $process = $this->getProcessForCode('echo \'ping\'; echo fread(STDIN, 4); echo fread(STDIN, 4);');
1239
+ $process->setInput($input);
1240
+
1241
+ $process->start(function ($type, $data) use ($input) {
1242
+ if ('ping' === $data) {
1243
+ $input->write('pang');
1244
+ } elseif (!$input->isClosed()) {
1245
+ $input->write('pong');
1246
+ $input->close();
1247
+ }
1248
+ });
1249
+
1250
+ $process->wait();
1251
+ $this->assertSame('pingpangpong', $process->getOutput());
1252
+ }
1253
+
1254
+ public function testInputStreamWithCallable()
1255
+ {
1256
+ $i = 0;
1257
+ $stream = fopen('php://memory', 'w+');
1258
+ $stream = function () use ($stream, &$i) {
1259
+ if ($i < 3) {
1260
+ rewind($stream);
1261
+ fwrite($stream, ++$i);
1262
+ rewind($stream);
1263
+
1264
+ return $stream;
1265
+ }
1266
+ };
1267
+
1268
+ $input = new InputStream();
1269
+ $input->onEmpty($stream);
1270
+ $input->write($stream());
1271
+
1272
+ $process = $this->getProcessForCode('echo fread(STDIN, 3);');
1273
+ $process->setInput($input);
1274
+ $process->start(function ($type, $data) use ($input) {
1275
+ $input->close();
1276
+ });
1277
+
1278
+ $process->wait();
1279
+ $this->assertSame('123', $process->getOutput());
1280
+ }
1281
+
1282
+ public function testInputStreamWithGenerator()
1283
+ {
1284
+ $input = new InputStream();
1285
+ $input->onEmpty(function ($input) {
1286
+ yield 'pong';
1287
+ $input->close();
1288
+ });
1289
+
1290
+ $process = $this->getProcessForCode('stream_copy_to_stream(STDIN, STDOUT);');
1291
+ $process->setInput($input);
1292
+ $process->start();
1293
+ $input->write('ping');
1294
+ $process->wait();
1295
+ $this->assertSame('pingpong', $process->getOutput());
1296
+ }
1297
+
1298
+ public function testInputStreamOnEmpty()
1299
+ {
1300
+ $i = 0;
1301
+ $input = new InputStream();
1302
+ $input->onEmpty(function () use (&$i) { ++$i; });
1303
+
1304
+ $process = $this->getProcessForCode('echo 123; echo fread(STDIN, 1); echo 456;');
1305
+ $process->setInput($input);
1306
+ $process->start(function ($type, $data) use ($input) {
1307
+ if ('123' === $data) {
1308
+ $input->close();
1309
+ }
1310
+ });
1311
+ $process->wait();
1312
+
1313
+ $this->assertSame(0, $i, 'InputStream->onEmpty callback should be called only when the input *becomes* empty');
1314
+ $this->assertSame('123456', $process->getOutput());
1315
+ }
1316
+
1317
+ public function testIteratorOutput()
1318
+ {
1319
+ $input = new InputStream();
1320
+
1321
+ $process = $this->getProcessForCode('fwrite(STDOUT, 123); fwrite(STDERR, 234); flush(); usleep(10000); fwrite(STDOUT, fread(STDIN, 3)); fwrite(STDERR, 456);');
1322
+ $process->setInput($input);
1323
+ $process->start();
1324
+ $output = [];
1325
+
1326
+ foreach ($process as $type => $data) {
1327
+ $output[] = [$type, $data];
1328
+ break;
1329
+ }
1330
+ $expectedOutput = [
1331
+ [$process::OUT, '123'],
1332
+ ];
1333
+ $this->assertSame($expectedOutput, $output);
1334
+
1335
+ $input->write(345);
1336
+
1337
+ foreach ($process as $type => $data) {
1338
+ $output[] = [$type, $data];
1339
+ }
1340
+
1341
+ $this->assertSame('', $process->getOutput());
1342
+ $this->assertFalse($process->isRunning());
1343
+
1344
+ $expectedOutput = [
1345
+ [$process::OUT, '123'],
1346
+ [$process::ERR, '234'],
1347
+ [$process::OUT, '345'],
1348
+ [$process::ERR, '456'],
1349
+ ];
1350
+ $this->assertSame($expectedOutput, $output);
1351
+ }
1352
+
1353
+ public function testNonBlockingNorClearingIteratorOutput()
1354
+ {
1355
+ $input = new InputStream();
1356
+
1357
+ $process = $this->getProcessForCode('fwrite(STDOUT, fread(STDIN, 3));');
1358
+ $process->setInput($input);
1359
+ $process->start();
1360
+ $output = [];
1361
+
1362
+ foreach ($process->getIterator($process::ITER_NON_BLOCKING | $process::ITER_KEEP_OUTPUT) as $type => $data) {
1363
+ $output[] = [$type, $data];
1364
+ break;
1365
+ }
1366
+ $expectedOutput = [
1367
+ [$process::OUT, ''],
1368
+ ];
1369
+ $this->assertSame($expectedOutput, $output);
1370
+
1371
+ $input->write(123);
1372
+
1373
+ foreach ($process->getIterator($process::ITER_NON_BLOCKING | $process::ITER_KEEP_OUTPUT) as $type => $data) {
1374
+ if ('' !== $data) {
1375
+ $output[] = [$type, $data];
1376
+ }
1377
+ }
1378
+
1379
+ $this->assertSame('123', $process->getOutput());
1380
+ $this->assertFalse($process->isRunning());
1381
+
1382
+ $expectedOutput = [
1383
+ [$process::OUT, ''],
1384
+ [$process::OUT, '123'],
1385
+ ];
1386
+ $this->assertSame($expectedOutput, $output);
1387
+ }
1388
+
1389
+ public function testChainedProcesses()
1390
+ {
1391
+ $p1 = $this->getProcessForCode('fwrite(STDERR, 123); fwrite(STDOUT, 456);');
1392
+ $p2 = $this->getProcessForCode('stream_copy_to_stream(STDIN, STDOUT);');
1393
+ $p2->setInput($p1);
1394
+
1395
+ $p1->start();
1396
+ $p2->run();
1397
+
1398
+ $this->assertSame('123', $p1->getErrorOutput());
1399
+ $this->assertSame('', $p1->getOutput());
1400
+ $this->assertSame('', $p2->getErrorOutput());
1401
+ $this->assertSame('456', $p2->getOutput());
1402
+ }
1403
+
1404
+ public function testSetBadEnv()
1405
+ {
1406
+ $process = $this->getProcess('echo hello');
1407
+ $process->setEnv(['bad%%' => '123']);
1408
+ $process->inheritEnvironmentVariables(true);
1409
+
1410
+ $process->run();
1411
+
1412
+ $this->assertSame('hello'.PHP_EOL, $process->getOutput());
1413
+ $this->assertSame('', $process->getErrorOutput());
1414
+ }
1415
+
1416
+ public function testEnvBackupDoesNotDeleteExistingVars()
1417
+ {
1418
+ putenv('existing_var=foo');
1419
+ $_ENV['existing_var'] = 'foo';
1420
+ $process = $this->getProcess('php -r "echo getenv(\'new_test_var\');"');
1421
+ $process->setEnv(['existing_var' => 'bar', 'new_test_var' => 'foo']);
1422
+ $process->inheritEnvironmentVariables();
1423
+
1424
+ $process->run();
1425
+
1426
+ $this->assertSame('foo', $process->getOutput());
1427
+ $this->assertSame('foo', getenv('existing_var'));
1428
+ $this->assertFalse(getenv('new_test_var'));
1429
+
1430
+ putenv('existing_var');
1431
+ unset($_ENV['existing_var']);
1432
+ }
1433
+
1434
+ public function testEnvIsInherited()
1435
+ {
1436
+ $process = $this->getProcessForCode('echo serialize($_SERVER);', null, ['BAR' => 'BAZ', 'EMPTY' => '']);
1437
+
1438
+ putenv('FOO=BAR');
1439
+ $_ENV['FOO'] = 'BAR';
1440
+
1441
+ $process->run();
1442
+
1443
+ $expected = ['BAR' => 'BAZ', 'EMPTY' => '', 'FOO' => 'BAR'];
1444
+ $env = array_intersect_key(unserialize($process->getOutput()), $expected);
1445
+
1446
+ $this->assertEquals($expected, $env);
1447
+
1448
+ putenv('FOO');
1449
+ unset($_ENV['FOO']);
1450
+ }
1451
+
1452
+ public function testGetCommandLine()
1453
+ {
1454
+ $p = new Process(['/usr/bin/php']);
1455
+
1456
+ $expected = '\\' === \DIRECTORY_SEPARATOR ? '"/usr/bin/php"' : "'/usr/bin/php'";
1457
+ $this->assertSame($expected, $p->getCommandLine());
1458
+ }
1459
+
1460
+ /**
1461
+ * @dataProvider provideEscapeArgument
1462
+ */
1463
+ public function testEscapeArgument($arg)
1464
+ {
1465
+ $p = new Process([self::$phpBin, '-r', 'echo $argv[1];', $arg]);
1466
+ $p->run();
1467
+
1468
+ $this->assertSame((string) $arg, $p->getOutput());
1469
+ }
1470
+
1471
+ public function testRawCommandLine()
1472
+ {
1473
+ $p = Process::fromShellCommandline(sprintf('"%s" -r %s "a" "" "b"', self::$phpBin, escapeshellarg('print_r($argv);')));
1474
+ $p->run();
1475
+
1476
+ $expected = <<<EOTXT
1477
+ Array
1478
+ (
1479
+ [0] => -
1480
+ [1] => a
1481
+ [2] =>
1482
+ [3] => b
1483
+ )
1484
+
1485
+ EOTXT;
1486
+ $this->assertSame($expected, str_replace('Standard input code', '-', $p->getOutput()));
1487
+ }
1488
+
1489
+ public function provideEscapeArgument()
1490
+ {
1491
+ yield ['a"b%c%'];
1492
+ yield ['a"b^c^'];
1493
+ yield ["a\nb'c"];
1494
+ yield ['a^b c!'];
1495
+ yield ["a!b\tc"];
1496
+ yield ['a\\\\"\\"'];
1497
+ yield ['éÉèÈàÀöä'];
1498
+ yield [null];
1499
+ yield [1];
1500
+ yield [1.1];
1501
+ }
1502
+
1503
+ public function testEnvArgument()
1504
+ {
1505
+ $env = ['FOO' => 'Foo', 'BAR' => 'Bar'];
1506
+ $cmd = '\\' === \DIRECTORY_SEPARATOR ? 'echo !FOO! !BAR! !BAZ!' : 'echo $FOO $BAR $BAZ';
1507
+ $p = Process::fromShellCommandline($cmd, null, $env);
1508
+ $p->run(null, ['BAR' => 'baR', 'BAZ' => 'baZ']);
1509
+
1510
+ $this->assertSame('Foo baR baZ', rtrim($p->getOutput()));
1511
+ $this->assertSame($env, $p->getEnv());
1512
+ }
1513
+
1514
+ public function testWaitStoppedDeadProcess()
1515
+ {
1516
+ $process = $this->getProcess(self::$phpBin.' '.__DIR__.'/ErrorProcessInitiator.php -e '.self::$phpBin);
1517
+ $process->start();
1518
+ $process->setTimeout(2);
1519
+ $process->wait();
1520
+ $this->assertFalse($process->isRunning());
1521
+ }
1522
+
1523
+ /**
1524
+ * @param string $commandline
1525
+ * @param string|null $cwd
1526
+ * @param array|null $env
1527
+ * @param string|null $input
1528
+ * @param int $timeout
1529
+ * @param array $options
1530
+ *
1531
+ * @return Process
1532
+ */
1533
+ private function getProcess($commandline, string $cwd = null, array $env = null, $input = null, ?int $timeout = 60): Process
1534
+ {
1535
+ if (\is_string($commandline)) {
1536
+ $process = Process::fromShellCommandline($commandline, $cwd, $env, $input, $timeout);
1537
+ } else {
1538
+ $process = new Process($commandline, $cwd, $env, $input, $timeout);
1539
+ }
1540
+ $process->inheritEnvironmentVariables();
1541
+
1542
+ if (self::$process) {
1543
+ self::$process->stop(0);
1544
+ }
1545
+
1546
+ return self::$process = $process;
1547
+ }
1548
+
1549
+ private function getProcessForCode(string $code, string $cwd = null, array $env = null, $input = null, ?int $timeout = 60): Process
1550
+ {
1551
+ return $this->getProcess([self::$phpBin, '-r', $code], $cwd, $env, $input, $timeout);
1552
+ }
1553
+ }
1554
+
1555
+ class NonStringifiable
1556
+ {
1557
+ }